Uses of Class
org.hippoecm.hst.core.linking.RewriteContextException
-
Packages that use RewriteContextException Package Description org.hippoecm.hst.core.linking The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking -
-
Uses of RewriteContextException in org.hippoecm.hst.core.linking
Methods in org.hippoecm.hst.core.linking that throw RewriteContextException Modifier and Type Method Description RewriteContext
RewriteContextResolver. 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
implementationConstructors in org.hippoecm.hst.core.linking that throw RewriteContextException Constructor Description RewriteContext(String path, Mount mount, boolean canonical, boolean navigationStateful)
-