Uses of Class
org.hippoecm.hst.core.linking.RewriteContext
Package
Description
The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking
-
Uses of RewriteContext in org.hippoecm.hst.core.linking
Modifier and TypeMethodDescriptionRewriteContextResolver.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