|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface JcrPath
Indicates that the annotated method returns a JCR path that can be selected via a 'picker'. The path can be absolute,
or relative to the canonical content root of the channel in which this annotation is used (see isRelative()
).
This annotation should only be used on public getter methods.
Optional Element Summary | |
---|---|
boolean |
isRelative
Whether this path is relative to the canonical content root path of the channel in which this annotation is used. |
String |
pickerConfiguration
The root path of the CMS configuration to use for the picker, relative to '/hippo:configuration/hippo:frontend/cms'. |
String |
pickerInitialPath
The initial path to use in the picker if nothing has been selected yet. |
boolean |
pickerRemembersLastVisited
Whether the picker remembers the last visited path. |
String[] |
pickerSelectableNodeTypes
Types of nodes to be able to select in the picker. |
public abstract String pickerConfiguration
public abstract String pickerInitialPath
public abstract boolean pickerRemembersLastVisited
public abstract String[] pickerSelectableNodeTypes
public abstract boolean isRelative
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |