Uses of Interface
org.hippoecm.hst.core.linking.HstLink

Packages that use HstLink
org.hippoecm.hst.content.rewriter.impl   
org.hippoecm.hst.core.linking The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking 
org.hippoecm.hst.core.linking.resolvers   
org.hippoecm.hst.core.sitemenu The org.hippoecm.hst.core.sitemenu package defines the API for the HST Core SiteMenu 
org.hippoecm.hst.linking   
org.hippoecm.hst.mock.core.linking   
org.hippoecm.hst.mock.core.sitemenu   
org.hippoecm.hst.tag   
 

Uses of HstLink in org.hippoecm.hst.content.rewriter.impl
 

Methods in org.hippoecm.hst.content.rewriter.impl that return HstLink
protected  HstLink SimpleContentRewriter.getBinaryLink(String path, javax.jcr.Node node, HstRequestContext requestContext, Mount targetMount)
           
protected  HstLink SimpleContentRewriter.getDocumentLink(String path, javax.jcr.Node node, HstRequestContext requestContext, Mount targetMount)
           
protected  HstLink SimpleContentRewriter.getLink(String path, javax.jcr.Node node, HstRequestContext reqContext, Mount targetMount)
           
 

Uses of HstLink in org.hippoecm.hst.core.linking
 

Classes in org.hippoecm.hst.core.linking that implement HstLink
 class HstLinkImpl
           
 

Methods in org.hippoecm.hst.core.linking that return HstLink
 HstLink DefaultHstLinkCreator.create(HippoBean bean, HstRequestContext hstRequestContext)
           
 HstLink HstLinkCreator.create(HippoBean bean, HstRequestContext hstRequestContext)
           
 HstLink DefaultHstLinkCreator.create(HstSiteMapItem toHstSiteMapItem)
          Deprecated. use DefaultHstLinkCreator.create(HstSiteMapItem, Mount) instead
 HstLink HstLinkCreator.create(HstSiteMapItem toHstSiteMapItem)
          Deprecated. use HstLinkCreator.create(HstSiteMapItem, Mount) instead
 HstLink DefaultHstLinkCreator.create(HstSiteMapItem toHstSiteMapItem, Mount mount)
           
 HstLink HstLinkCreator.create(HstSiteMapItem toHstSiteMapItem, Mount mount)
          Regardless the current context, create a HstLink to the HstSiteMapItem that you use as argument.
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext hstRequestContext)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext)
          Rewrite a jcr Node to a HstLink wrt its current ResolvedSiteMapItem
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback)
          Rewrite a jcr Node to a HstLink wrt its current HstRequestContext and preferredItem.
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback, boolean navigationStateful)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback, boolean navigationStateful)
           This method creates the same HstLink as HstLinkCreator.create(Node, HstRequestContext, HstSiteMapItem, boolean) when navigationStateful = false.
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, String mountAlias)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, String mountAlias)
          Expert: Rewrite a jcr node to a HstLink for the mountAlias.
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, String mountAlias, String type)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, String mountAlias, String type)
          Expert: Rewrite a jcr node to a HstLink for the mountAlias and for type.
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, Mount mount)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, Mount mount)
          Expert: Rewrite a jcr node to a HstLink with respect to the mount.
 HstLink DefaultHstLinkCreator.create(String path, Mount mount)
           
 HstLink HstLinkCreator.create(String path, Mount mount)
          Regardless the current context, create a HstLink for the path and mount
 HstLink DefaultHstLinkCreator.create(String path, Mount mount, boolean containerResource)
           
 HstLink HstLinkCreator.create(String path, Mount mount, boolean containerResource)
          Regardless the current context, create a HstLink to the path that you use as argument.
 HstLink DefaultHstLinkCreator.create(String uuid, javax.jcr.Session session, HstRequestContext requestContext)
          If the uuid points to a node that is of type hippo:document and it is below a hippo:handle, we will rewrite the link wrt hippo:handle, because a handle is the umbrella of a document.
 HstLink HstLinkCreator.create(String uuid, javax.jcr.Session session, HstRequestContext requestContext)
          Rewrite a jcr uuid to a HstLink wrt its current ResolvedSiteMapItem.
 HstLink DefaultHstLinkCreator.createByRefId(String siteMapItemRefId, Mount mount)
           
 HstLink HstLinkCreator.createByRefId(String siteMapItemRefId, Mount mount)
          Regardless the current context, create a HstLink to the HstSiteMapItem for Mount mount that has HstSiteMapItem.getRefId() equal to siteMapItemRefId.
 HstLink DefaultHstLinkCreator.createCanonical(javax.jcr.Node node, HstRequestContext requestContext)
           
 HstLink HstLinkCreator.createCanonical(javax.jcr.Node node, HstRequestContext requestContext)
          This creates a canonical HstLink: regardless the current requestContext, one and the same jcr Node is garantueed to return the same HstLink.
 HstLink DefaultHstLinkCreator.createCanonical(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem)
           
 HstLink HstLinkCreator.createCanonical(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem)
           
 HstLink HstLinkProcessorChain.postProcess(HstLink link)
           
 HstLink HstLinkProcessor.postProcess(HstLink link)
          The postProcess of the HstLink
 HstLink HstLinkProcessorChain.preProcess(HstLink link)
           
 HstLink HstLinkProcessor.preProcess(HstLink link)
          The preProcess of the HstLink
 HstLink LocationResolver.resolve(javax.jcr.Node node, Mount mount)
          Implementations should here do their logic, possibly linkrewriting.
 

Methods in org.hippoecm.hst.core.linking that return types with arguments of type HstLink
 List<HstLink> DefaultHstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext)
           
 List<HstLink> HstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext)
          Expert: Creates a List of all available canonical links for node within the hostgroup ( VirtualHost.getHostGroupName() ) of the Mount for the HstRequestContext.
 List<HstLink> DefaultHstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext, String type)
           
 List<HstLink> HstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext, String type)
          Expert: Creates a List of all available canonical links for node, within the hostgroup ( VirtualHost.getHostGroupName() ) of the Mount for the HstRequestContext and where where the backing Mount of the HstLink has at least one Mount.getTypes() equal to type
 List<HstLink> DefaultHstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext, String type, String hostGroupName)
           
 List<HstLink> HstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext, String type, String hostGroupName)
          Expert: Creates a List of all available canonical links for node, within the hostgroup hostGroupName and where where the backing Mount of the HstLink has at least one Mount.getTypes() equal to type
 

Methods in org.hippoecm.hst.core.linking with parameters of type HstLink
 HstLink HstLinkProcessorChain.postProcess(HstLink link)
           
 HstLink HstLinkProcessor.postProcess(HstLink link)
          The postProcess of the HstLink
 HstLink HstLinkProcessorChain.preProcess(HstLink link)
           
 HstLink HstLinkProcessor.preProcess(HstLink link)
          The preProcess of the HstLink
 

Uses of HstLink in org.hippoecm.hst.core.linking.resolvers
 

Methods in org.hippoecm.hst.core.linking.resolvers that return HstLink
 HstLink HippoResourceLocationResolver.resolve(javax.jcr.Node node, Mount mount)
           
 

Uses of HstLink in org.hippoecm.hst.core.sitemenu
 

Fields in org.hippoecm.hst.core.sitemenu declared as HstLink
protected  HstLink AbstractMenuItem.hstLink
           
 

Methods in org.hippoecm.hst.core.sitemenu that return HstLink
 HstLink HstSiteMenuItemImpl.getHstLink()
           
 HstLink AbstractMenuItem.getHstLink()
           
 HstLink CommonMenuItem.getHstLink()
           
 

Uses of HstLink in org.hippoecm.hst.linking
 

Methods in org.hippoecm.hst.linking that return HstLink
protected abstract  HstLink HstLinkProcessorTemplate.doPostProcess(HstLink link)
           
protected abstract  HstLink HstLinkProcessorTemplate.doPreProcess(HstLink link)
           
 HstLink HstLinkProcessorTemplate.postProcess(HstLink link)
           
 HstLink HstLinkProcessorTemplate.preProcess(HstLink link)
           
 

Methods in org.hippoecm.hst.linking with parameters of type HstLink
protected abstract  HstLink HstLinkProcessorTemplate.doPostProcess(HstLink link)
           
protected abstract  HstLink HstLinkProcessorTemplate.doPreProcess(HstLink link)
           
 HstLink HstLinkProcessorTemplate.postProcess(HstLink link)
           
 HstLink HstLinkProcessorTemplate.preProcess(HstLink link)
           
 

Uses of HstLink in org.hippoecm.hst.mock.core.linking
 

Classes in org.hippoecm.hst.mock.core.linking that implement HstLink
 class MockHstLink
          Mock implementation of HstLink.
 

Uses of HstLink in org.hippoecm.hst.mock.core.sitemenu
 

Methods in org.hippoecm.hst.mock.core.sitemenu that return HstLink
 HstLink MockHstSiteMenuItem.getHstLink()
           
 

Methods in org.hippoecm.hst.mock.core.sitemenu with parameters of type HstLink
 void MockHstSiteMenuItem.setHstLink(HstLink hstLink)
           
 

Uses of HstLink in org.hippoecm.hst.tag
 

Fields in org.hippoecm.hst.tag declared as HstLink
protected  HstLink HstLinkTag.link
           
 

Methods in org.hippoecm.hst.tag that return HstLink
 HstLink HstLinkTag.getLink()
           
 

Methods in org.hippoecm.hst.tag with parameters of type HstLink
 void HstLinkTag.setLink(HstLink hstLink)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.