Classes representing the core XML tags for custom namespaces
Interfaces
| | Interface | Description |
| | ObjectFactoryConfigBuilder |
Interface to be implemented by all configuration classes that
represent custom tags that
can be used in place of the builtin <object> tag. |
| | ObjectProcessorConfigBuilder |
Interface to be implemented by all configuration classes that
represent custom tags that
can be used in place of the builtin <property> or
<init-method> tags. |
Classes
| | Class | Description |
| | AbstractTagConfig |
Abstract base implementation for configuration classes that use programmatic
configuration for custom tags. |
| | NamespaceChildConfig |
A ChildConfig implementation that represents a child node from
a custom configuration namespace. |
| | NamespaceConfig |
The configuration for a single custom configuration namespace. |
| | NamespaceListConfig |
Represents all custom configuration namespaces for an ApplicationContext. |
| | ObjectFactoryTagConfig |
Represents the configuration for a custom tag
that acts as an object factory. |
| | ObjectProcessorTagConfig |
Represents the configuration for a custom tag
that acts as an object processor. |