Uses of Class
org.hippoecm.hst.core.linking.RewriteContext
-
Packages that use RewriteContext Package Description org.hippoecm.hst.core.linking The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking -
-
Uses of RewriteContext in org.hippoecm.hst.core.linking
Methods in org.hippoecm.hst.core.linking that return RewriteContext Modifier and Type Method Description RewriteContext
RewriteContextResolver. resolve(Node node, Mount mount, HstRequestContext context, boolean canonical, boolean navigationStateful)
In general, the returnedgetPath()
with which the link creation is tried is justItem.getPath()
and the returnedgetMount()
just the mount for the currentHstRequestContext
, however, if required differently by an end project, it can be done by implementing a customRewriteContextResolver
and set this onHstLinkCreator
implementation
-