Uses of Interface
org.hippoecm.hst.core.linking.HstLinkCreator
-
Packages that use HstLinkCreator Package Description org.hippoecm.hst.core.internal The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Containerorg.hippoecm.hst.core.linking The org.hippoecm.hst.core.linking package defines the API for the HST Core Linkingorg.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Requestorg.hippoecm.hst.platform.model -
-
Uses of HstLinkCreator in org.hippoecm.hst.core.internal
Methods in org.hippoecm.hst.core.internal with parameters of type HstLinkCreator Modifier and Type Method Description void
HstMutableRequestContext. setLinkCreator(HstLinkCreator linkCreator)
-
Uses of HstLinkCreator in org.hippoecm.hst.core.linking
Subinterfaces of HstLinkCreator in org.hippoecm.hst.core.linking Modifier and Type Interface Description interface
CompositeHstLinkCreator
CompositeHstLinkCreator interface for creatingHstLink
'sMethods in org.hippoecm.hst.core.linking that return HstLinkCreator Modifier and Type Method Description HstLinkCreator
CompositeHstLinkCreator. getLocalHstLinkCreator()
Get local HstLinkCreator instance -
Uses of HstLinkCreator in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return HstLinkCreator Modifier and Type Method Description HstLinkCreator
HstRequestContext. getHstLinkCreator()
Returns theHstLinkCreator
to create navigational links -
Uses of HstLinkCreator in org.hippoecm.hst.platform.model
Methods in org.hippoecm.hst.platform.model that return HstLinkCreator Modifier and Type Method Description HstLinkCreator
HstModel. getHstLinkCreator()
-