|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
com.caucho.jsp.java.JspTagSupport
com.caucho.jsp.java.JspTagFileSupport
public abstract class JspTagFileSupport
Represents the body for a tag file with no scripting.
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
JspTagFileSupport()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.caucho.jsp.java.JspTagSupport |
---|
_caucho_addDepend, _caucho_getDependList, _caucho_getDynamicAttributes, _caucho_getTagInfo, _caucho_isModified, init, toString |
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
---|
doTag, findAncestorWithClass, getJspContext, setJspBody, setJspContext, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JspTagFileSupport()
Method Detail |
---|
public void setPageContext(PageContext page)
Tag
setPageContext
in interface Tag
public void setParent(Tag t)
Tag
setParent
in interface Tag
public Tag getParent()
SimpleTagSupport
getParent
in interface SimpleTag
getParent
in interface Tag
getParent
in class SimpleTagSupport
public JspFragment getJspBody()
SimpleTagSupport
getJspBody
in class SimpleTagSupport
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
public void release()
Tag
release
in interface Tag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |