Package | Description |
---|---|
org.hippoecm.hst.core.linking |
The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking
|
Modifier and Type | Method and Description |
---|---|
RewriteContext |
RewriteContextResolver.resolve(javax.jcr.Node node,
Mount mount,
HstRequestContext context,
boolean canonical,
boolean navigationStateful)
In general, the returned
RewriteContext.getPath() with which the link creation is tried is just Item.getPath()
and the returned RewriteContext.getMount() just the mount for the current HstRequestContext , however,
if required differently by an end project, it can be done by implementing a custom RewriteContextResolver
and set this on HstLinkCreator implementation |
Constructor and Description |
---|
RewriteContext(String path,
Mount mount,
boolean canonical,
boolean navigationStateful) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.