@Retention(value=RUNTIME) @Target(value=METHOD) public @interface JcrPath
isRelative()
).
This annotation should only be used on public getter methods.Modifier and Type | Optional Element and Description |
---|---|
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
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.