| Frames | No Frames |
Classes implementing javax.servlet.jsp.tagext.Tag | |
| class | A base class for defining tag handlers implementing BodyTag. |
| class | Wraps any SimpleTag and exposes it using a Tag interface. |
| class | A base class for defining new tag handlers implementing Tag. |
Methods with parameter type javax.servlet.jsp.tagext.Tag | |
| Tag | Find the instance of a given class type that is closest to a given
instance. |
| void | Set the parent (closest enclosing tag handler) of this tag handler. |
| void | Must not be called. |
| void | Set the nesting tag of this tag. |
Methods with return type javax.servlet.jsp.tagext.Tag | |
| Tag | Find the instance of a given class type that is closest to a given
instance. |
| Tag | Get the parent (closest enclosing tag handler) for this tag handler. |
| Tag | Returns the parent of this tag, which is always
getAdaptee().getParent(). |
| Tag | The Tag instance most closely enclosing this tag instance. |