public interface PathLookup
lookup predefined pathes for nodes. These pathes may be defined
using URLProperties.| Modifier and Type | Method and Description |
|---|---|
String |
lookupPath(IDProvider folder,
Language language,
TemplateSet templateSet)
Get the predefined path for the requested folder node or
null, if no predefined path is set. |
@Nullable String lookupPath(IDProvider folder, Language language, TemplateSet templateSet)
null, if no predefined path is set. Even if
null is returned there may be a parent folder where this method will return not
null. For root nodes this method returns the empty string when no path is stored.
For non-folder nodes the return value will always be null.
folder - Folder node to look up.language - Language for lookup.templateSet - Template-set for lookup.null if no path is set or the empty string for
store root nodes when no path is stored.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408