Package javax.servlet.jsp.tagext

Interface Summary
BodyTag BodyTag lets tags access the generated tag contents and it allows tag looping.
IterationTag IterationTag lets tags loop over the body.
Tag Tags are Java classes implementing JSP Tag extensions.
TryCatchFinally Mixin interface to handle exceptions thrown in a tag.
 

Class Summary
BodyContent BodyContent subclasses JspWriter to accumulate the contents of a BodyTag.
BodyTagSupport Convenience class defining default behavior for a BodyTag.
TagAttributeInfo Information about tag attributes.
TagData Tag instance attributes and values.
TagExtraInfo Extra tag information for a custom tag.
TagInfo Represents the tag information from the tld.
TagLibraryInfo Information about the entire tag library.
TagSupport Convenient support class for creating tags which don't analyze their bodies.
VariableInfo TagExtraInfo classes generate VariableInfo objects to create runtime variables available to the tags.