org.apache.taglibs.standard.tag.rt.sql
Class TransactionTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
org.apache.taglibs.standard.tag.rt.sql.TransactionTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag, TryCatchFinally
public class TransactionTag
- extends TransactionTagSupport
Subclass for the JSTL library with rtexprvalue support.
- Author:
- Hans Bergsten
- See Also:
- Serialized Form
Method Summary |
int |
doStartTag()
Prepares for execution by setting the initial state, such as
getting the Connection and preparing it for
the transaction. |
void |
setDataSource(Object dataSource)
Setter method for the SQL DataSource. |
void |
setIsolation(String isolation)
Setter method for the Transaction Isolation level. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionTag
public TransactionTag()
setDataSource
public void setDataSource(Object dataSource)
- Setter method for the SQL DataSource. DataSource can be
a String or a DataSource object.
setIsolation
public void setIsolation(String isolation)
- Setter method for the Transaction Isolation level.
- Overrides:
setIsolation
in class TransactionTagSupport
doStartTag
public int doStartTag()
throws JspException
- Description copied from class:
TransactionTagSupport
- Prepares for execution by setting the initial state, such as
getting the
Connection
and preparing it for
the transaction.
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class TransactionTagSupport
- Returns:
- SKIP_BODY
- Throws:
JspException
- if an error occurs while processing this tag- See Also:
Tag.doStartTag()
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.