Interface DslConstants


public interface DslConstants
Mule DSL constants. This is an internal utils class (internal to the container, not the module), not to be considered part of the API. Backwards compatibility not guaranteed.
Since:
1.3
  • Field Details

    • CORE_PREFIX

      static final String CORE_PREFIX
      This is the namespace prefix for core elements in the configuration.
      See Also:
    • DEFAULT_NAMESPACE_URI_MASK

      static final String DEFAULT_NAMESPACE_URI_MASK
      Format mask for the default location of a schema
      See Also:
    • CORE_NAMESPACE

      static final String CORE_NAMESPACE
      Namespace for Mule core elements
    • THIS_PREFIX

      static final String THIS_PREFIX
      The prefix for components (operations, sources, etc) defined in the current application
      Since:
      1.5.0
      See Also:
    • THIS_NAMESPACE

      static final String THIS_NAMESPACE
      The namespace for components (operations, sources, etc) defined in the current application
      Since:
      1.5.0
    • EE_PREFIX

      static final String EE_PREFIX
      This is the namespace prefix for EE elements in the configuration.
      See Also:
    • NAME_ATTRIBUTE_NAME

      static final String NAME_ATTRIBUTE_NAME
      The name of the 'name' attribute of a DSL element
      See Also:
    • CONFIG_ATTRIBUTE_NAME

      static final String CONFIG_ATTRIBUTE_NAME
      The name of the 'config' attribute of an executable element in the DSL
      See Also:
    • KEY_ATTRIBUTE_NAME

      static final String KEY_ATTRIBUTE_NAME
      The name of the 'key' element of a Map DSL entry
      See Also:
    • VALUE_ATTRIBUTE_NAME

      static final String VALUE_ATTRIBUTE_NAME
      The name of the 'value' element of a Map DSL entry
      See Also:
    • TLS_PREFIX

      static final String TLS_PREFIX
      The prefix name of the tls:context infrastructure parameter
      See Also:
    • ERROR_MAPPING_ELEMENT_IDENTIFIER

      static final String ERROR_MAPPING_ELEMENT_IDENTIFIER
      The identifier name of the errorMapping infrastructure parameter
      See Also: