railo.runtime.tag
Class Silent

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by railo.runtime.ext.tag.BodyTagTryCatchFinallyImpl
              extended by railo.runtime.tag.Silent
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public final class Silent
extends BodyTagTryCatchFinallyImpl


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
Silent()
           
 
Method Summary
 void doCatch(Throwable t)
           
 void doFinally()
           
 int doStartTag()
           
 void release()
           
 void setBufferoutput(boolean bufferoutput)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
doAfterBody, doInitBody, setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, 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
doEndTag, getParent, setPageContext, setParent
 

Constructor Detail

Silent

public Silent()
Method Detail

setBufferoutput

public void setBufferoutput(boolean bufferoutput)
Parameters:
bufferoutput - the bufferoutput to set

doStartTag

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

doCatch

public void doCatch(Throwable t)
             throws Throwable
Specified by:
doCatch in interface javax.servlet.jsp.tagext.TryCatchFinally
Overrides:
doCatch in class BodyTagTryCatchFinallyImpl
Throws:
Throwable
See Also:
BodyTagTryCatchFinallyImpl.doCatch(java.lang.Throwable)

doFinally

public void doFinally()
Specified by:
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinally
Overrides:
doFinally in class BodyTagTryCatchFinallyImpl
See Also:
BodyTagTryCatchFinallyImpl.doFinally()

release

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


Copyright © 2012 Railo