public interface SimpleTag extends JspTag
Modifier and Type | Method and Description |
---|---|
void |
doTag()
Callback to handle the tag.
|
JspTag |
getParent()
Returns the parent tag.
|
void |
setJspBody(JspFragment jspBody)
Sets the JSP fragment for the body.
|
void |
setJspContext(JspContext pc)
Sets the JSP context for the tag.
|
void |
setParent(JspTag parent)
Sets the parent tag.
|
JspTag getParent()
void setParent(JspTag parent)
void setJspBody(JspFragment jspBody)
void setJspContext(JspContext pc)
void doTag() throws JspException, java.io.IOException
doTag can assume setPageContext
,
setParent
, and all tag attribute properties have
been called.
JspException
java.io.IOException