Classes in javax.servlet.jsp.tagext used by javax.servlet.jsp.tagext
BodyTag
The BodyTag interface extends IterationTag by defining additional
methods that let a tag handler manipulate the content of evaluating its body.
|
IterationTag
The IterationTag interface extends Tag by defining one additional
method that controls the reevaluation of its body.
|
Tag
The interface of a simple tag handler that does not want to manipulate its body.
|
TagSupport
A base class for defining new tag handlers implementing Tag.
|