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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the 'config' attribute of an executable element in the DSLstatic final StringNamespace for Mule core elementsstatic final StringThis is the namespace prefix for core elements in the configuration.static final StringFormat mask for the default location of a schemastatic final StringThis is the namespace prefix for EE elements in the configuration.static final StringThe identifier name of theerrorMappinginfrastructure parameterstatic final StringThe name of the 'key' element of a Map DSL entrystatic final StringThe name of the 'name' attribute of a DSL elementstatic final StringThe namespace for components (operations, sources, etc) defined in the current applicationstatic final StringThe prefix for components (operations, sources, etc) defined in the current applicationstatic final StringThe prefix name of thetls:contextinfrastructure parameterstatic final StringThe name of the 'value' element of a Map DSL entry
-
Field Details
-
CORE_PREFIX
This is the namespace prefix for core elements in the configuration.- See Also:
-
DEFAULT_NAMESPACE_URI_MASK
Format mask for the default location of a schema- See Also:
-
CORE_NAMESPACE
Namespace for Mule core elements -
THIS_PREFIX
The prefix for components (operations, sources, etc) defined in the current application- Since:
- 1.5.0
- See Also:
-
THIS_NAMESPACE
The namespace for components (operations, sources, etc) defined in the current application- Since:
- 1.5.0
-
EE_PREFIX
This is the namespace prefix for EE elements in the configuration.- See Also:
-
NAME_ATTRIBUTE_NAME
The name of the 'name' attribute of a DSL element- See Also:
-
CONFIG_ATTRIBUTE_NAME
The name of the 'config' attribute of an executable element in the DSL- See Also:
-
KEY_ATTRIBUTE_NAME
The name of the 'key' element of a Map DSL entry- See Also:
-
VALUE_ATTRIBUTE_NAME
The name of the 'value' element of a Map DSL entry- See Also:
-
TLS_PREFIX
The prefix name of thetls:contextinfrastructure parameter- See Also:
-
ERROR_MAPPING_ELEMENT_IDENTIFIER
The identifier name of theerrorMappinginfrastructure parameter- See Also:
-