railo.runtime.tag
Class Setting

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


Field Summary
 
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
 
Constructor Summary
Setting()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void hasBody(boolean hasBody)
          sets if tag has a body or not
 void setEnablecfoutputonly(boolean enablecfoutputonly)
          Deprecated. this method is replaced by the method setEnablecfoutputonly(Object enablecfoutputonly)
 void setEnablecfoutputonly(Object enablecfoutputonly)
          set the value enablecfoutputonly Yes or No.
 void setRequesttimeout(double requesttimeout)
          set the value requesttimeout
 void setShowdebugoutput(boolean showdebugoutput)
          set the value showdebugoutput Yes or No.
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
doAfterBody, doInitBody, release, setBodyContent
 
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

Setting

public Setting()
Method Detail

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