@Retention(value=RUNTIME) @Target(value=METHOD) public @interface JcrPath
isRelative()
) to the picker content root path (see pickerRootPath()
).
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 |
pickerRootPath
The root absolute path to use in the picker.
|
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
public abstract String pickerRootPath
The root absolute path to use in the picker. This parameter allows the picker to select documents outside the channel content path scope. However it is still restricted by authorization rules. The default value is empty, it means that the picker will use the canonical content path of the channel as the root path.
Copyright © 2012–2015 Hippo B.V. (http://www.onehippo.com). All rights reserved.