Uses of Interface
javax.servlet.jsp.tagext.Tag
-
Packages that use Tag Package Description javax.servlet.jsp.tagext -
-
Uses of Tag in javax.servlet.jsp.tagext
Subinterfaces of Tag in javax.servlet.jsp.tagext Modifier and Type Interface Description interfaceBodyTagThe BodyTag interface extends Tag by defining additional methods that let a Tag handler access its body.Classes in javax.servlet.jsp.tagext that implement Tag Modifier and Type Class Description classBodyTagSupportActions in a Tag Library are defined through subclasses of Tag.classTagSupportActions in a Tag Library are defined through subclasses of Tag.Methods in javax.servlet.jsp.tagext that return Tag Modifier and Type Method Description static TagTagSupport. findAncestorWithClass(Tag from, java.lang.Class klass)Find the instance of a given class type that is closest to a given instance.TagTag. getParent()TagTagSupport. getParent()The Tag instance enclosing this tag instance.Methods in javax.servlet.jsp.tagext with parameters of type Tag Modifier and Type Method Description static TagTagSupport. findAncestorWithClass(Tag from, java.lang.Class klass)Find the instance of a given class type that is closest to a given instance.voidTag. setParent(Tag t)Set the current nesting Tag of this Tag.voidTagSupport. setParent(Tag t)Set the nesting tag of this tag.
-