Uses of Class
org.hippoecm.hst.core.linking.RewriteContextException
Packages that use 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
Methods in org.hippoecm.hst.core.linking that throw RewriteContextExceptionModifier 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
implementationConstructors in org.hippoecm.hst.core.linking that throw RewriteContextExceptionModifierConstructorDescriptionRewriteContext
(String path, Mount mount, boolean canonical, boolean navigationStateful)