|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleTag
Tags are Java classes implementing JSP Tag extensions. The simple tag is intended for tags that support fragments.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |