Package javax.servlet.jsp.tagext

Interface Summary
BodyTag The BodyTag interface extends Tag by defining additional methods that let a Tag handler access its body.
Tag The Tag interface defines the basic protocol between a Tag handler and JSP page implementation class.
 

Class Summary
BodyContent A JspWriter subclass that can be used to process body evaluations so they can re-extracted later on.
BodyTagSupport Actions in a Tag Library are defined through subclasses of Tag.
TagAttributeInfo Information on Tag Attributes; this class is instantiated from the Tag Library Descriptor file (TLD).
TagData Tag instance attribute(s)/value(s); often this data is fully static in the case where none of the attributes have runtime expresssions as their values.
TagExtraInfo Extra Tag Information for a Custom Tag; this class is mentioned in the Tag Library Descriptor file (TLD).
TagInfo Tag information for a tag in a Tag Library; this class is instantiated from the Tag Library Descriptor file (TLD).
TagLibraryInfo Information on the Tag Library; this class is instantiated from the Tag Library Descriptor file (TLD).
TagSupport Actions in a Tag Library are defined through subclasses of Tag.
VariableInfo Information on the scripting variables that are created/modified by a tag (at run-time); this information is provided by TagExtraInfo classes and it is used by the translation phase of JSP.