| Package | Description |
|---|---|
| javax.servlet.jsp.tagext |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
BodyTag |
The BodyTag interface extends IterationTag by defining additional
methods that let a tag handler manipulate the content of evaluating its body.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BodyTagSupport |
A base class for defining tag handlers implementing BodyTag.
|
class |
TagSupport |
A base class for defining new tag handlers implementing Tag.
|
Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.