railo.runtime.tag
Class Location

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.Location
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public final class Location
extends TagImpl


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Location()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void setAddtoken(boolean addtoken)
          set the value addtoken Yes or No.
 void setStatuscode(double statuscode)
           
 void setUrl(String url)
          set the value url The URL of the HTML file or CFML page to open.
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, 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

Location

public Location()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagImpl
See Also:
Tag.release()

setStatuscode

public void setStatuscode(double statuscode)
                   throws ApplicationException
Parameters:
statuscode - the statuscode to set
Throws:
ApplicationException

setAddtoken

public void setAddtoken(boolean addtoken)
set the value addtoken Yes or No. clientManagement must be enabled, see cfapplication. Yes appends client variable information to the URL you specify in the url.

Parameters:
addtoken - value to set

setUrl

public void setUrl(String url)
            throws ApplicationException
set the value url The URL of the HTML file or CFML page to open.

Parameters:
url - value to set
Throws:
ApplicationException

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()

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagImpl
See Also:
Tag.doEndTag()


Copyright © 2012 Railo