Interface JcrPathParameterConfig
-
- All Superinterfaces:
DynamicParameterConfig
public interface JcrPathParameterConfig extends DynamicParameterConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hippoecm.hst.configuration.components.DynamicParameterConfig
DynamicParameterConfig.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPickerConfiguration()
String
getPickerInitialPath()
String
getPickerRootPath()
String[]
getPickerSelectableNodeTypes()
boolean
isPickerRemembersLastVisited()
boolean
isRelative()
-
Methods inherited from interface org.hippoecm.hst.configuration.components.DynamicParameterConfig
getType
-
-
-
-
Method Detail
-
getPickerConfiguration
String getPickerConfiguration()
-
getPickerInitialPath
String getPickerInitialPath()
-
isPickerRemembersLastVisited
boolean isPickerRemembersLastVisited()
-
getPickerSelectableNodeTypes
String[] getPickerSelectableNodeTypes()
-
isRelative
boolean isRelative()
-
getPickerRootPath
String getPickerRootPath()
-
-