railo.runtime.tag
Class Exit
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.Exit
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class Exit
- extends TagImpl
Used to: Abort the processing of the currently executing CFML custom tag, exit the template
within the currently executing CFML custom tag and reexecute a section of code within the currently
executing CFML custom tag
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Exit()
|
Exit
public Exit()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
setMethod
public void setMethod(String method)
- set the value method
- Parameters:
method
- value to set
doStartTag
public int doStartTag()
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- See Also:
Tag.doStartTag()
doEndTag
public int doEndTag()
throws TemplateException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- Throws:
TemplateException
- See Also:
Tag.doEndTag()
Copyright © 2012 Railo