Class SetDataSourceTagSupport

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
All Implemented Interfaces:
IterationTag, JspTag, Tag, Serializable
Direct Known Subclasses:
SetDataSourceTag, SetDataSourceTag

public class SetDataSourceTagSupport extends TagSupport

Tag handler for <SetDataSource> in JSTL, used to create a simple DataSource for prototyping.

Author:
Hans Bergsten, Justyna Horwat
See Also:
  • Field Details

    • dataSource

      protected Object dataSource
    • dataSourceSpecified

      protected boolean dataSourceSpecified
    • jdbcURL

      protected String jdbcURL
    • driverClassName

      protected String driverClassName
    • userName

      protected String userName
    • password

      protected String password
  • Constructor Details

    • SetDataSourceTagSupport

      public SetDataSourceTagSupport()
  • Method Details