Package | Description |
---|---|
javax.servlet.jsp.tagext |
Modifier and Type | Interface | Description |
---|---|---|
interface |
BodyTag |
The BodyTag interface extends Tag by defining additional methods that let
a Tag handler access its body.
|
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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 |
Tag.getParent() |
|
Tag |
TagSupport.getParent() |
The Tag instance enclosing this tag instance.
|
Modifier and Type | Method | Description |
---|---|---|
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 |
Tag.setParent(Tag t) |
Set the current nesting Tag of this Tag.
|
void |
TagSupport.setParent(Tag t) |
Set the nesting tag of this tag.
|
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.