Package org.onehippo.cms7.crisp.api
Class CrispConstants
java.lang.Object
org.onehippo.cms7.crisp.api.CrispConstants
CRISP related global constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Property name of a CRISP ResourceResolver configuration node, containing its ownResourceResolver
bean configuration.static final String
static final String
Default CRISP module configuration node path.static final String
HippoEvent
action name used internally in configuration changeHippoEvent
handling.static final String
HippoEvent
application name used internally in configuration changeHippoEvent
handling.static final String
HippoEvent
category name used internally in configuration changeHippoEvent
handling.static final String
Node name of the CRISP module configuration node.static final String
Node type name of the CRISP module configuration node.static final String
Node type name of a CRISPResourceResolver
configuration node.static final String
Node type name of the container node of all the CRISPResourceResolver
configuration nodes.static final String
Property name of a CRISP ResourceResolver configuration node, containing property names that can be used as variables in the value ofBEAN_DEFINITION
property.static final String
Property name of a CRISP ResourceResolver configuration node, containing property values that can be used in variable interpolations in the value ofBEAN_DEFINITION
property.static final String
CRISP module configuration path in repository.static final String
Node name of the container node of all the CRISPResourceResolver
configuration nodes.static final String
Property name of a CRISP ResourceResolver configuration node, defines a resource scope Valid values are - platform (for CMS & PLATFORM app types) and site name. -
Method Summary
-
Field Details
-
EVENT_APPLICATION_NAME
HippoEvent
application name used internally in configuration changeHippoEvent
handling.- See Also:
-
EVENT_CATEGORY_CONFIGURATION
HippoEvent
category name used internally in configuration changeHippoEvent
handling.- See Also:
-
EVENT_ACTION_UPDATE_CONFIGURATION
HippoEvent
action name used internally in configuration changeHippoEvent
handling.- See Also:
-
REGISTRY_MODULE_PATH
CRISP module configuration path in repository.- See Also:
-
MODULE_CONFIG
Node name of the CRISP module configuration node.- See Also:
-
NT_MODULE_CONFIG
Node type name of the CRISP module configuration node.- See Also:
-
NT_RESOURCE_RESOLVER_CONTAINER
Node type name of the container node of all the CRISPResourceResolver
configuration nodes.- See Also:
-
NT_RESOURCE_RESOLVER
Node type name of a CRISPResourceResolver
configuration node.- See Also:
-
RESOURCE_RESOLVER_CONTAINER
Node name of the container node of all the CRISPResourceResolver
configuration nodes.- See Also:
-
DEFAULT_CRISP_MODULE_CONFIG_PATH
Default CRISP module configuration node path.- See Also:
-
CRISP_MODULE_CONFIG_PATH_PROP_NAME
- See Also:
-
BEAN_DEFINITION
Property name of a CRISP ResourceResolver configuration node, containing its ownResourceResolver
bean configuration.- See Also:
-
PROP_NAMES
Property name of a CRISP ResourceResolver configuration node, containing property names that can be used as variables in the value ofBEAN_DEFINITION
property.- See Also:
-
SITE_SCOPES
Property name of a CRISP ResourceResolver configuration node, defines a resource scope Valid values are - platform (for CMS & PLATFORM app types) and site name.- See Also:
-
PROP_VALUES
Property name of a CRISP ResourceResolver configuration node, containing property values that can be used in variable interpolations in the value ofBEAN_DEFINITION
property.- See Also:
-