Package org.onehippo.cms7.crisp.api
Class CrispConstants
- java.lang.Object
-
- org.onehippo.cms7.crisp.api.CrispConstants
-
public class CrispConstants extends Object
CRISP related global constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BEAN_DEFINITION
Property name of a CRISP ResourceResolver configuration node, containing its ownResourceResolver
bean configuration.static String
CRISP_MODULE_CONFIG_PATH_PROP_NAME
static String
DEFAULT_CRISP_MODULE_CONFIG_PATH
Default CRISP module configuration node path.static String
EVENT_ACTION_UPDATE_CONFIGURATION
HippoEvent
action name used internally in configuration changeHippoEvent
handling.static String
EVENT_APPLICATION_NAME
HippoEvent
application name used internally in configuration changeHippoEvent
handling.static String
EVENT_CATEGORY_CONFIGURATION
HippoEvent
category name used internally in configuration changeHippoEvent
handling.static String
MODULE_CONFIG
Node name of the CRISP module configuration node.static String
NT_MODULE_CONFIG
Node type name of the CRISP module configuration node.static String
NT_RESOURCE_RESOLVER
Node type name of a CRISPResourceResolver
configuration node.static String
NT_RESOURCE_RESOLVER_CONTAINER
Node type name of the container node of all the CRISPResourceResolver
configuration nodes.static String
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.static String
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.static String
REGISTRY_MODULE_PATH
CRISP module configuration path in repository.static String
RESOURCE_RESOLVER_CONTAINER
Node name of the container node of all the CRISPResourceResolver
configuration nodes.static String
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.
-
-
-
Field Detail
-
EVENT_APPLICATION_NAME
public static final String EVENT_APPLICATION_NAME
HippoEvent
application name used internally in configuration changeHippoEvent
handling.- See Also:
- Constant Field Values
-
EVENT_CATEGORY_CONFIGURATION
public static final String EVENT_CATEGORY_CONFIGURATION
HippoEvent
category name used internally in configuration changeHippoEvent
handling.- See Also:
- Constant Field Values
-
EVENT_ACTION_UPDATE_CONFIGURATION
public static final String EVENT_ACTION_UPDATE_CONFIGURATION
HippoEvent
action name used internally in configuration changeHippoEvent
handling.- See Also:
- Constant Field Values
-
REGISTRY_MODULE_PATH
public static final String REGISTRY_MODULE_PATH
CRISP module configuration path in repository.- See Also:
- Constant Field Values
-
MODULE_CONFIG
public static final String MODULE_CONFIG
Node name of the CRISP module configuration node.- See Also:
- Constant Field Values
-
NT_MODULE_CONFIG
public static final String NT_MODULE_CONFIG
Node type name of the CRISP module configuration node.- See Also:
- Constant Field Values
-
NT_RESOURCE_RESOLVER_CONTAINER
public static final String NT_RESOURCE_RESOLVER_CONTAINER
Node type name of the container node of all the CRISPResourceResolver
configuration nodes.- See Also:
- Constant Field Values
-
NT_RESOURCE_RESOLVER
public static final String NT_RESOURCE_RESOLVER
Node type name of a CRISPResourceResolver
configuration node.- See Also:
- Constant Field Values
-
RESOURCE_RESOLVER_CONTAINER
public static final String RESOURCE_RESOLVER_CONTAINER
Node name of the container node of all the CRISPResourceResolver
configuration nodes.- See Also:
- Constant Field Values
-
DEFAULT_CRISP_MODULE_CONFIG_PATH
public static final String DEFAULT_CRISP_MODULE_CONFIG_PATH
Default CRISP module configuration node path.- See Also:
- Constant Field Values
-
CRISP_MODULE_CONFIG_PATH_PROP_NAME
public static final String CRISP_MODULE_CONFIG_PATH_PROP_NAME
- See Also:
- Constant Field Values
-
BEAN_DEFINITION
public static final String BEAN_DEFINITION
Property name of a CRISP ResourceResolver configuration node, containing its ownResourceResolver
bean configuration.- See Also:
- Constant Field Values
-
PROP_NAMES
public static final String 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:
- Constant Field Values
-
SITE_SCOPES
public static final String 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:
- Constant Field Values
-
PROP_VALUES
public static final String 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:
- Constant Field Values
-
-