|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ImageSetPath
Indicates that the annotated method returns the absolute path to the handle of an image set. This annotation should only be used on public getter methods.
| Optional Element Summary | |
|---|---|
String |
pickerConfiguration
The root path of the CMS configuration to use for the image picker dialog, relative to '/hippo:configuration/hippo:frontend/cms'. |
String |
pickerInitialPath
The initial path to use in the CMS image picker if nothing has been selected yet. |
boolean |
pickerRemembersLastVisited
Whether the image picker remembers the last visited folder and image. |
String[] |
pickerSelectableNodeTypes
Types of nodes to be able to select in the CMS image picker. |
String |
previewVariant
The variant in the image set to use as the preview image in the CMS (i.e. |
public abstract String previewVariant
public abstract String pickerConfiguration
public abstract String pickerInitialPath
public abstract boolean pickerRemembersLastVisited
public abstract String[] pickerSelectableNodeTypes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||