Package | Description |
---|---|
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SimpleTagSupport |
A base class for defining tag handlers implementing SimpleTag.
|
Constructor | Description |
---|---|
TagAdapter(SimpleTag adaptee) |
Creates a new TagAdapter that wraps the given SimpleTag and
returns the parent tag when getParent() is called.
|