railo.runtime.tag
Class Location
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.Location
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class Location
- extends TagImpl
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Location
public Location()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
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. 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
doEndTag
public int doEndTag()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
Copyright © 2012 Railo