Class CrispConstants

java.lang.Object
org.onehippo.cms7.crisp.api.CrispConstants

public class CrispConstants extends Object
CRISP related global constants.
  • Field Details

    • EVENT_APPLICATION_NAME

      public static final String EVENT_APPLICATION_NAME
      HippoEvent application name used internally in configuration change HippoEvent handling.
      See Also:
    • EVENT_CATEGORY_CONFIGURATION

      public static final String EVENT_CATEGORY_CONFIGURATION
      HippoEvent category name used internally in configuration change HippoEvent handling.
      See Also:
    • EVENT_ACTION_UPDATE_CONFIGURATION

      public static final String EVENT_ACTION_UPDATE_CONFIGURATION
      HippoEvent action name used internally in configuration change HippoEvent handling.
      See Also:
    • REGISTRY_MODULE_PATH

      public static final String REGISTRY_MODULE_PATH
      CRISP module configuration path in repository.
      See Also:
    • MODULE_CONFIG

      public static final String MODULE_CONFIG
      Node name of the CRISP module configuration node.
      See Also:
    • NT_MODULE_CONFIG

      public static final String NT_MODULE_CONFIG
      Node type name of the CRISP module configuration node.
      See Also:
    • NT_RESOURCE_RESOLVER_CONTAINER

      public static final String NT_RESOURCE_RESOLVER_CONTAINER
      Node type name of the container node of all the CRISP ResourceResolver configuration nodes.
      See Also:
    • NT_RESOURCE_RESOLVER

      public static final String NT_RESOURCE_RESOLVER
      Node type name of a CRISP ResourceResolver configuration node.
      See Also:
    • RESOURCE_RESOLVER_CONTAINER

      public static final String RESOURCE_RESOLVER_CONTAINER
      Node name of the container node of all the CRISP ResourceResolver configuration nodes.
      See Also:
    • DEFAULT_CRISP_MODULE_CONFIG_PATH

      public static final String DEFAULT_CRISP_MODULE_CONFIG_PATH
      Default CRISP module configuration node path.
      See Also:
    • CRISP_MODULE_CONFIG_PATH_PROP_NAME

      public static final String CRISP_MODULE_CONFIG_PATH_PROP_NAME
      See Also:
    • BEAN_DEFINITION

      public static final String BEAN_DEFINITION
      Property name of a CRISP ResourceResolver configuration node, containing its own ResourceResolver bean configuration.
      See Also:
    • 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 of BEAN_DEFINITION property.
      See Also:
    • 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:
    • 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 of BEAN_DEFINITION property.
      See Also: