Uses of Interface
jakarta.servlet.jsp.tagext.Tag
Packages that use Tag
-
Uses of Tag in jakarta.servlet.jsp.tagext
Subinterfaces of Tag in jakarta.servlet.jsp.tagextModifier and TypeInterfaceDescriptioninterfaceThe BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.interfaceThe IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.Classes in jakarta.servlet.jsp.tagext that implement TagModifier and TypeClassDescriptionclassA base class for defining tag handlers implementing BodyTag.classWraps any SimpleTag and exposes it using a Tag interface.classA base class for defining new tag handlers implementing Tag.Methods in jakarta.servlet.jsp.tagext that return TagModifier and TypeMethodDescriptionstatic final TagTagSupport.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.TagAdapter.getParent()Returns the parent of this tag, which is always getAdaptee().getParent().TagSupport.getParent()The Tag instance most closely enclosing this tag instance.Methods in jakarta.servlet.jsp.tagext with parameters of type TagModifier and TypeMethodDescriptionstatic final TagTagSupport.findAncestorWithClass(Tag from, Class<?> klass) Find the instance of a given class type that is closest to a given instance.voidSet the parent (closest enclosing tag handler) of this tag handler.voidMust not be called.voidSet the nesting tag of this tag.