Package | Description |
---|---|
org.hippoecm.hst.restapi.content.html | |
org.hippoecm.hst.restapi.content.linking | |
org.hippoecm.hst.restapi.content.search |
Modifier and Type | Method and Description |
---|---|
Map<String,Link> |
ParsedContent.getLinks() |
Constructor and Description |
---|
ParsedContent(String rewrittenHtml,
Map<String,Link> linkMap) |
Modifier and Type | Class and Description |
---|---|
static class |
Link.BinaryLink |
static class |
Link.InvalidLink |
static class |
Link.LocalLink |
static class |
Link.SiteLink |
Modifier and Type | Field and Description |
---|---|
static Link |
Link.invalid |
Modifier and Type | Method and Description |
---|---|
static Link |
Link.binary(String url) |
Link |
RestApiLinkCreator.convert(ResourceContext context,
String uuid,
HstLink hstLink) |
static Link |
Link.local(String id,
String url) |
static Link |
Link.site(String url) |
Modifier and Type | Field and Description |
---|---|
Link |
SearchResultItem.link |
Constructor and Description |
---|
SearchResultItem(String name,
String uuid,
Link link) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.