All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractTagProxy<T extends javax.servlet.jsp.tagext.JspTag> |
An abstract TagProxy implementation that offers all basic methods.
|
AttributeBean |
A bean that stores the parameters of a tag attribute.
|
BeanFactoryReference |
Defines the reference attribute to Spring's BeanFactory.
|
BodyTagProxy<T extends javax.servlet.jsp.tagext.BodyTag> |
A proxy that implements BodyTag and allows the target implementation to use
dependency injection.
|
IterationTagProxy<T extends javax.servlet.jsp.tagext.IterationTag> |
A proxy that implements IterationTag and allows the target implementation to
use dependency injection.
|
ProcessorException |
This exception is thrown when the tablib processor failed.
|
ProxiedTag<T extends javax.servlet.jsp.tagext.JspTag> |
This interface marks the Tag class as proxied tag, and gives access to the target tag
implementation.
|
SimpleTagProxy<T extends javax.servlet.jsp.tagext.SimpleTag> |
A proxy that implements SimpleTag and allows the target implementation to use
dependency injection.
|
Tag |
Annotates a Tag implementation class.
|
TagBean |
This bean stores all information about a tag.
|
TagInfo |
Annotates a tag library package with a long information text about the tag library.
|
TagLib |
Annotates a package to be a tag library.
|
TaglibBean |
This bean stores all information about a tag library.
|
TaglibProcessor |
A javac processor that scans for tag annotations and creates proxy classes that allows
to use Spring in tag library implementations.
|
TaglibUtils |
Utility class for taglib beans.
|
TagParameter |
Annotates a field of the tag implementation as tag parameter.
|
TagProxy<T extends javax.servlet.jsp.tagext.Tag> |
A proxy that implements Tag and allows the target implementation to use
dependency injection.
|