Base Classes for the internal representation of XML configuration files
Interfaces
| | Interface | Description |
| | ApplicationContextAware |
Interfaces to be implemented by all configuration classes that need a reference
to the ApplicationContext they belong to. |
| | AttributeContainer |
Interface to be implemented by all configuration classes that expect
configuration attributes to be set. |
Classes
| | Class | Description |
| | AbstractArrayValueHolderConfig |
Abstract base implementation for all configuration classes that accept a sequence
of the standard value tags like <boolean> or <string> as
child nodes representing Array elements. |
| | AbstractAttributeContainer |
Abstract base implementation of the AttributeContainer interface. |
| | AbstractElementConfig |
Abstract base implementation of the ElementConfig interface that delegates
XML parsing to an ElementProcessor implementation. |
| | AbstractValueHolderConfig |
Abstract base class for all configuration classes that accept the standard
value tags like <boolean> or <string> as
child nodes. |
| | Attribute |
Represents a single configuration attribute. |