railo.runtime.tag
Class Forward

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by 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


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Forward()
           
 
Method Summary
 int doStartTag()
           
 void setTemplate(String template)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, getParent, release, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Forward

public Forward()
Method Detail

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
See Also:
Tag.doStartTag()


Copyright © 2012 Railo