Uses of Interface
jakarta.servlet.jsp.tagext.JspTag
Packages that use JspTag
-
Uses of JspTag in jakarta.servlet.jsp.tagext
Subinterfaces of JspTag 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.interfaceInterface for defining Simple Tag Handlers.interfaceThe interface of a classic tag handler that does not want to manipulate its body.Classes in jakarta.servlet.jsp.tagext that implement JspTagModifier and TypeClassDescriptionclassA base class for defining tag handlers implementing BodyTag.classA base class for defining tag handlers implementing SimpleTag.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 JspTagModifier and TypeMethodDescriptionstatic final JspTagSimpleTagSupport.findAncestorWithClass(JspTag from, Class<?> klass) Find the instance of a given class type that is closest to a given instance.TagAdapter.getAdaptee()Gets the tag that is being adapted to the Tag interface.SimpleTag.getParent()Returns the parent of this tag, for collaboration purposes.SimpleTagSupport.getParent()Returns the parent of this tag, for collaboration purposes.Methods in jakarta.servlet.jsp.tagext with parameters of type JspTagModifier and TypeMethodDescriptionstatic final JspTagSimpleTagSupport.findAncestorWithClass(JspTag from, Class<?> klass) Find the instance of a given class type that is closest to a given instance.voidSets the parent of this tag, for collaboration purposes.voidSets the parent of this tag, for collaboration purposes.