AbstractBeanTag |
An abstract base class for tag handler implementations that create bean
providers.
|
BeanStoreTag |
A tag handler class for creating new BeanStore instances.
|
BeanTag |
The main tag of the tag library for the dependency injection
framework: with this tag bean definitions can be created.
|
ClassDescData |
A simple data class for managing the components needed for a class
description.
|
CollectionTag |
A base tag handler class for defining collections in bean builder scripts.
|
ConstructorInvocationTag |
|
DependencyTag |
A base class for tag handler classes that support the definition of a
dependency.
|
InvocationTag |
A base class for tag handler classes defining invocation objects.
|
MapTag |
A specialized BeanTag implementation for creating maps.
|
ParameterTag |
A tag handler class for defining the parameters of a method or constructor
invocation.
|
ValueData |
A data class for holding all information required for creating a value.
|
ValueSupport |
Definition of an interface for tag handler classes that can be assigned a
value.
|