Uses of Class
org.hippoecm.hst.core.linking.RewriteContextException
Package
Description
The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking
-
Uses of RewriteContextException in org.hippoecm.hst.core.linking
Modifier and TypeMethodDescriptionRewriteContextResolver.resolve
(Node node, Mount mount, HstRequestContext context, boolean canonical, boolean navigationStateful) In general, the returnedRewriteContext.getPath()
with which the link creation is tried is justItem.getPath()
and the returnedRewriteContext.getMount()
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
implementationModifierConstructorDescriptionRewriteContext
(String path, Mount mount, boolean canonical, boolean navigationStateful)