Modifier and Type | Field and Description |
---|---|
static String |
NAME
Property name to use in ValueMaps returned by
Conf to retrieve the name
of the node the map is based on. |
static String |
NN_SETTINGS
Special node name that separates the configuration tree from the inner item tree of
one specific configuration, for example /conf/tenants/nike/settings/dam/imageserver.
|
static String |
PN_CONF
Standard name for the reference property used to lookup configurations.
|
static String |
PN_MERGE_LIST
Name of a boolean property to enable merging of list items.
|
static String |
PN_SYMLINK
Name for the symbolic link property that allows to redirect from a configuration
item to a different location in the repository via an absolute path.
|
static String |
VAR_END
End of a variable inside a symlink string property
|
static String |
VAR_PROPERTY_PREFIX
Symlink variable name prefix evaluating to a property on the target node.
|
static String |
VAR_RESOURCE_NAME
Symlink variable name evaluating to the target node name.
|
static String |
VAR_START
Begin of a variable inside a symlink string property
|
static final String PN_CONF
This can be single or multi-value string property containing absolute paths. In case of a multi-value, the order is important, with the first entries being the lower level configurations.
static final String NN_SETTINGS
Conceptually similar to "jcr:content", this acts on a higher level in the hierarchy, and has its own name, since individual items within already use the document concept and jcr:content.
static final String PN_MERGE_LIST
static final String NAME
Conf
to retrieve the name
of the node the map is based on. Will be the node name of the actual config item or list
item, not the jcr:content child node that ValueMaps will usually be based on.static final String PN_SYMLINK
This can be used to migrate parts of existing application code the Conf API while still pointing to configurations e.g. under /etc that are read or written to by other code that is not updated yet.
static final String VAR_START
static final String VAR_END
static final String VAR_RESOURCE_NAME
static final String VAR_PROPERTY_PREFIX
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"