Class TransactionTag

  • All Implemented Interfaces:
    jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, jakarta.servlet.jsp.tagext.TryCatchFinally, Serializable

    public class TransactionTag
    extends TransactionTagSupport
    Subclass for the JSTL library with EL support.
    Author:
    Hans Bergsten, Justyna Horwat
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionTag

        public TransactionTag()
    • Method Detail

      • setDataSource

        public void setDataSource​(String dataSourceEL)
      • doStartTag

        public int doStartTag()
                       throws jakarta.servlet.jsp.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 jakarta.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class TransactionTagSupport
        Throws:
        jakarta.servlet.jsp.JspException