Package | Description |
---|---|
org.hippoecm.hst.jaxrs.model.content | |
org.hippoecm.hst.jaxrs.services |
Modifier and Type | Method and Description |
---|---|
List<Link> |
NodeRepresentation.getLinks() |
List<Link> |
AbstractNodeRepresentationDataset.getLinks() |
Modifier and Type | Method and Description |
---|---|
void |
NodeRepresentation.addLink(Link link) |
void |
AbstractNodeRepresentationDataset.addLink(Link link) |
Modifier and Type | Method and Description |
---|---|
void |
NodeRepresentation.setLinks(List<Link> links) |
void |
AbstractNodeRepresentationDataset.setLinks(List<Link> links) |
Modifier and Type | Method and Description |
---|---|
protected Link |
AbstractResource.getMountLink(HstRequestContext requestContext,
HippoBean hippoBean,
String mountAliasName,
String subPath)
Creates a link to the provided
HippoBean , exposed over the mount identified by the alias
mountAliasName . |
protected Link |
AbstractResource.getNodeLink(HstRequestContext requestContext,
HippoBean hippoBean)
Creates a link to the provided
HippoBean , exposed over the rest mount. |
protected Link |
AbstractResource.getRestLink(HstRequestContext requestContext,
HippoBean hippoBean,
String subPath)
Creates a link to the provided
HippoBean , exposed over the rest mount. |
protected Link |
AbstractResource.getSiteLink(HstRequestContext requestContext,
HippoBean hippoBean)
Creates a link to the provided
HippoBean , exposed over the site mount. |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.