Interface Summary |
AttributeConverter |
Instances implementing this interface are responsible for converting
attribute values to Java instances. |
Dependencies |
When constructing tag instances or converting attributes are dependent
on instances beyond the reach of the container, these instances may
be introduced using this interface. |
InstanceConstructor |
Used by the Container in order to construct instances. |
InstanceHolder |
Keeping track of the life cycle of the instance after construction. |
InstanceInjector |
Injects instances into tag instances. |
InstanceSetup |
Initiates the new tag instance after construction. |
Source |
Provides the SourceTagHolder with tags parsed from the
inputstream. |
SourceContext |
Represents contexts from which sources can be obtained. |
TagError |
Errors found in the container during validation. |
TagValidator |
Validates the given tag and reports errors to tag TagErrorHandler . |
Template |
If class A need to produce instances of class B at runtime a cloneable
instance can be injected into A such that when cloned an instance of
class B is returned. |