railo.runtime.ext.tag
Class BodyTagTryCatchFinallySupport

java.lang.Object
  extended by railo.runtime.ext.tag.TagSupport
      extended by railo.runtime.ext.tag.BodyTagSupport
          extended by railo.runtime.ext.tag.BodyTagTryCatchFinallySupport
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally
Direct Known Subclasses:
StoredProc

public abstract class BodyTagTryCatchFinallySupport
extends BodyTagSupport
implements javax.servlet.jsp.tagext.TryCatchFinally

extends Body Support Tag eith TryCatchFinally Functionality


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
BodyTagTryCatchFinallySupport()
           
 
Method Summary
 void doCatch(Throwable t)
           
 void doFinally()
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagSupport
doAfterBody, doInitBody, release, setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagSupport
doEndTag, doStartTag, getParent, 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, doStartTag, getParent, setPageContext, setParent
 

Constructor Detail

BodyTagTryCatchFinallySupport

public BodyTagTryCatchFinallySupport()
Method Detail

doCatch

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

doFinally

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


Copyright © 2012 Railo