public abstract class JspTagFileSupport extends JspTagSupport implements Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
JspTagFileSupport() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag()
Callback to handle the end of a tag.
|
int |
doStartTag()
Callback to handle the start of a tag.
|
JspFragment |
getJspBody()
returns the body fragment.
|
Tag |
getParent()
returns the parent
|
void |
release()
Cleans up the tag at the end of the page.
|
void |
setPageContext(PageContext page)
Sets the page context of this page.
|
void |
setParent(Tag t)
Sets the containing tag.
|
_caucho_addDepend, _caucho_getDependList, _caucho_getDynamicAttributes, _caucho_getTagInfo, _caucho_isModified, init, toString
doTag, findAncestorWithClass, getJspContext, setJspBody, setJspContext, setParent
public void setPageContext(PageContext page)
Tag
setPageContext
in interface Tag
public void setParent(Tag t)
Tag
public Tag getParent()
SimpleTagSupport
public JspFragment getJspBody()
SimpleTagSupport
getJspBody
in class JspTagSupport
public int doStartTag() throws JspException
Tag
doStartTag can assume setPageContext
,
setParent
, and all tag attribute properties have
been called.
doStartTag
in interface Tag
JspException
public int doEndTag() throws JspException
Tag
doEndTag
in interface Tag
JspException