org.apache.taglibs.standard.tag.el.sql
Class TransactionTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
          extended by org.apache.taglibs.standard.tag.el.sql.TransactionTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public class TransactionTag
extends org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport

Subclass for the JSTL library with EL support.

Author:
Hans Bergsten, Justyna Horwat
See Also:
Serialized Form

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()
           
 void setDataSource(String dataSourceEL)
           
 void setIsolation(String isolationEL)
           
 
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

TransactionTag

public TransactionTag()
Method Detail

setDataSource

public void setDataSource(String dataSourceEL)

setIsolation

public void setIsolation(String isolationEL)
Overrides:
setIsolation in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class org.apache.taglibs.standard.tag.common.sql.TransactionTagSupport
Throws:
javax.servlet.jsp.JspException


Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.