Uses of Class
org.hippoecm.hst.jaxrs.model.content.Link

Packages that use Link
org.hippoecm.hst.jaxrs.model.content   
org.hippoecm.hst.jaxrs.services   
 

Uses of Link in org.hippoecm.hst.jaxrs.model.content
 

Methods in org.hippoecm.hst.jaxrs.model.content that return types with arguments of type Link
 List<Link> NodeRepresentation.getLinks()
           
 List<Link> AbstractNodeRepresentationDataset.getLinks()
           
 

Methods in org.hippoecm.hst.jaxrs.model.content with parameters of type Link
 void NodeRepresentation.addLink(Link link)
           
 void AbstractNodeRepresentationDataset.addLink(Link link)
           
 

Method parameters in org.hippoecm.hst.jaxrs.model.content with type arguments of type Link
 void NodeRepresentation.setLinks(List<Link> links)
           
 void AbstractNodeRepresentationDataset.setLinks(List<Link> links)
           
 

Uses of Link in org.hippoecm.hst.jaxrs.services
 

Methods in org.hippoecm.hst.jaxrs.services that return Link
protected  Link AbstractResource.getMountLink(HstRequestContext requestContext, HippoBean hippoBean, String mountAliasName, String subPath)
           
protected  Link AbstractResource.getNodeLink(HstRequestContext requestContext, HippoBean hippoBean)
           
protected  Link AbstractResource.getRestLink(HstRequestContext requestContext, HippoBean hippoBean, String subPath)
           
protected  Link AbstractResource.getSiteLink(HstRequestContext requestContext, HippoBean hippoBean)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.