Uses of Interface
javax.servlet.jsp.tagext.Tag
Packages that use Tag
-
Uses of Tag in javax.servlet.jsp.tagext
Subinterfaces of Tag in javax.servlet.jsp.tagextModifier and TypeInterfaceDescriptioninterface
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.interface
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.Classes in javax.servlet.jsp.tagext that implement TagModifier and TypeClassDescriptionclass
A base class for defining tag handlers implementing BodyTag.class
A base class for defining new tag handlers implementing Tag.Methods in javax.servlet.jsp.tagext that return TagModifier and TypeMethodDescriptionstatic final Tag
TagSupport.findAncestorWithClass
(Tag from, Class klass) Find the instance of a given class type that is closest to a given instance.Tag.getParent()
Get the parent (closest enclosing tag handler) for this tag handler.TagSupport.getParent()
The Tag instance most closely enclosing this tag instance.Methods in javax.servlet.jsp.tagext with parameters of type TagModifier and TypeMethodDescriptionstatic final Tag
TagSupport.findAncestorWithClass
(Tag from, Class klass) Find the instance of a given class type that is closest to a given instance.void
Set the parent (closest enclosing tag handler) of this tag handler.void
Set the nesting tag of this tag.