railo.runtime.ext.tag
Class BodyTagTryCatchFinallyImpl
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.ext.tag.BodyTagTryCatchFinallyImpl
- 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:
- CFTag, CustomTag, Lock, ProcessingDirective, Query, SaveContent, Silent, Table, Transaction
public abstract class BodyTagTryCatchFinallyImpl
- extends BodyTagImpl
- implements javax.servlet.jsp.tagext.TryCatchFinally
extends Body Support Tag eith TryCatchFinally Functionality
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 |
doEndTag, doStartTag, getParent, setPageContext, setParent |
BodyTagTryCatchFinallyImpl
public BodyTagTryCatchFinallyImpl()
doCatch
public void doCatch(Throwable t)
throws Throwable
- Specified by:
doCatch
in interface javax.servlet.jsp.tagext.TryCatchFinally
- Throws:
Throwable
doFinally
public void doFinally()
- Specified by:
doFinally
in interface javax.servlet.jsp.tagext.TryCatchFinally
Copyright © 2012 Railo