public interface LocationResolver
Modifier and Type | Method and Description |
---|---|
String |
getNodeType() |
HstLink |
resolve(javax.jcr.Node node,
Mount mount)
Implementations should here do their logic, possibly linkrewriting.
|
void |
setLocationMapTree(LocationMapTree locationMapTree)
this setter will always be called when a LocationResolver implementation class is created.
|
HstLink resolve(javax.jcr.Node node, Mount mount)
HstLink
object
is creatednode
- mount
- the Mount
where the HstLink should be created fornull
when not able to create onevoid setLocationMapTree(LocationMapTree locationMapTree)
locationMapTree
- String getNodeType()
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.