<prefix:tag attributes > body </prefix:tag>
<%@ taglib prefix="prefix" [tagdir | uri]="..." %>
The tagclass element ponits to the location of the tag handler.
| int doEndTag() | Process the end tag for this instance. |
| int doStartTag() | Process the start tag for this instance. |
| Tag getParent() | Get the parent (closest enclosing tag handler) for this tag handler. |
| void release() | Called on a Tag handler to release state. |
void setPageContext(PageContext pc) Set the current page context. |
|
| void setParent(Tag t) | Set the parent (closest enclosing tag handler) of this tag handler. |
| void doInitBody() | Prepare for evaluation of the body |
| void setBodyContent(BodyContent b) | Set the bodyContent property |