railo.runtime.tag
Class Setting
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.tag.Setting
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public final class Setting
- extends BodyTagImpl
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
Setting
public Setting()
setRequesttimeout
public void setRequesttimeout(double requesttimeout)
- set the value requesttimeout
- Parameters:
requesttimeout
- value to set
setShowdebugoutput
public void setShowdebugoutput(boolean showdebugoutput)
- set the value showdebugoutput
Yes or No. When set to No, showDebugOutput suppresses debugging information that would
otherwise display at the end of the generated page.Default is Yes.
- Parameters:
showdebugoutput
- value to set
setEnablecfoutputonly
public void setEnablecfoutputonly(Object enablecfoutputonly)
throws PageException
- set the value enablecfoutputonly
Yes or No. When set to Yes, cfsetting blocks output of HTML that resides outside cfoutput tags.
- Parameters:
enablecfoutputonly
- value to set
- Throws:
PageException
setEnablecfoutputonly
public void setEnablecfoutputonly(boolean enablecfoutputonly)
- Deprecated. this method is replaced by the method
setEnablecfoutputonly(Object enablecfoutputonly)
- Parameters:
enablecfoutputonly
-
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()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- See Also:
Tag.doEndTag()
hasBody
public void hasBody(boolean hasBody)
- sets if tag has a body or not
- Parameters:
hasBody
-
Copyright © 2012 Railo