railo.runtime.tag
Class Forward
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.Forward
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class Forward
- 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 |
Forward
public Forward()
setTemplate
public void setTemplate(String template)
- Parameters:
template
- The template to set.
doStartTag
public int doStartTag()
throws PageException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
PageException
Copyright © 2012 Railo