railo.runtime.ext.tag
Class BodyTagImpl
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- BodyTagTryCatchFinallyImpl, Cache, Chart, Chartseries, Content, Div, Document, DocumentItem, DocumentSection, Execute, Flash, Form, Formgroup, Formitem, Grid, Http, Interface, Invoke, Login, Mail, MailPart, PDF, Report, Select, Setting, Stopwatch, ThreadTag, Timer, Trace, Tree, Xml, Zip
public abstract class BodyTagImpl
- extends TagImpl
- implements javax.servlet.jsp.tagext.BodyTag
Implementation of the BodyTag
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doEndTag, doStartTag, getParent, setPageContext, setParent |
BodyTagImpl
public BodyTagImpl()
setBodyContent
public void setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
- Specified by:
setBodyContent
in interface javax.servlet.jsp.tagext.BodyTag
- See Also:
BodyTag.setBodyContent(javax.servlet.jsp.tagext.BodyContent)
doInitBody
public void doInitBody()
throws javax.servlet.jsp.JspException
- Specified by:
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
- Throws:
javax.servlet.jsp.JspException
- See Also:
BodyTag.doInitBody()
doAfterBody
public int doAfterBody()
throws javax.servlet.jsp.JspException
- Specified by:
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
- Throws:
javax.servlet.jsp.JspException
- See Also:
IterationTag.doAfterBody()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
Copyright © 2012 Railo