|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tag | |
javax.servlet.jsp.tagext |
Uses of Tag in javax.servlet.jsp.tagext |
Subinterfaces of Tag in javax.servlet.jsp.tagext | |
interface |
BodyTag
The 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 | |
class |
BodyTagSupport
Actions in a Tag Library are defined through subclasses of Tag. |
class |
TagSupport
Actions in a Tag Library are defined through subclasses of Tag. |
Methods in javax.servlet.jsp.tagext that return Tag | |
Tag |
Tag.getParent()
|
static Tag |
TagSupport.findAncestorWithClass(Tag from,
java.lang.Class klass)
Find the instance of a given class type that is closest to a given instance. |
Tag |
TagSupport.getParent()
The Tag instance enclosing this tag instance. |
Methods in javax.servlet.jsp.tagext with parameters of type Tag | |
void |
Tag.setParent(Tag t)
Set the current nesting Tag of this Tag. |
static Tag |
TagSupport.findAncestorWithClass(Tag from,
java.lang.Class klass)
Find the instance of a given class type that is closest to a given instance. |
void |
TagSupport.setParent(Tag t)
Set the nesting tag of this tag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |