Package org.hippoecm.hst.core.linking
Class RewriteContext
java.lang.Object
org.hippoecm.hst.core.linking.RewriteContext
-
Constructor Details
-
RewriteContext
public RewriteContext(String path, Mount mount, boolean canonical, boolean navigationStateful) throws RewriteContextException - Parameters:
path
- the path to use for link creation, not allowed to benull
mount
- theMount
to use for link creation, not allowed to benull
canonical
-true
when the link should be canonicalnavigationStateful
-true
when the link should be navigationStateful- Throws:
RewriteContextException
- ifpath
ormount
is null
-
-
Method Details