|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.caucho.jstl.el.SqlTransactionTag
public class SqlTransactionTag
| Field Summary |
|---|
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| 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 | |
|---|---|
SqlTransactionTag()
|
|
| Method Summary | |
|---|---|
void |
doCatch(java.lang.Throwable t)
Invoked if any exception is thrown while evaluating the tag. |
void |
doFinally()
Invoked after doEndTag even with an exception. |
int |
doStartTag()
Processed at the beginning of the tag. |
void |
setDataSource(Expr dataSource)
Sets the JSP-EL expression for the SQL. |
void |
setIsolation(Expr isolation)
Sets the JSP-EL expression for the isolation. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SqlTransactionTag()
| Method Detail |
|---|
public void setDataSource(Expr dataSource)
public void setIsolation(Expr isolation)
public int doStartTag()
throws JspException
TagSupportThe default behavior returns SKIP_BODY to skip the tag's body.
doStartTag in interface TagdoStartTag in class TagSupportJspException
public void doCatch(java.lang.Throwable t)
throws java.lang.Throwable
TryCatchFinally
doCatch in interface TryCatchFinallyt - the thrown exception
java.lang.Throwablepublic void doFinally()
TryCatchFinally
doFinally in interface TryCatchFinally
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||