|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
org.apache.taglibs.standard.tag.rt.sql.TransactionTag
public class TransactionTag
Subclass for the JSTL library with rtexprvalue support.
Field Summary |
---|
Fields inherited from class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport |
---|
dataSourceSpecified, rawDataSource |
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 | |
---|---|
TransactionTag()
|
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 org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport |
---|
doCatch, doEndTag, doFinally, getSharedConnection, release |
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 |
Constructor Detail |
---|
public TransactionTag()
Method Detail |
---|
public void setDataSource(Object dataSource)
public void setIsolation(String isolation)
setIsolation
in class TransactionTagSupport
public int doStartTag() throws javax.servlet.jsp.JspException
TransactionTagSupport
Connection
and preparing it for
the transaction.
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TransactionTagSupport
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |