Class SetDataSourceTagSupport

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
    Direct Known Subclasses:
    SetDataSourceTag, SetDataSourceTag, SetDataSourceTag

    public class SetDataSourceTagSupport
    extends javax.servlet.jsp.tagext.TagSupport

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

    Author:
    Hans Bergsten, Justyna Horwat
    See Also:
    Serialized Form
    • Field Detail

      • 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 Detail

      • SetDataSourceTagSupport

        public SetDataSourceTagSupport()
    • Method Detail

      • setScope

        public void setScope​(String scope)
        Setter method for the scope of the variable to hold the result.
      • setVar

        public void setVar​(String var)
      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class javax.servlet.jsp.tagext.TagSupport
        Throws:
        javax.servlet.jsp.JspException
      • release

        public void release()
        Specified by:
        release in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        release in class javax.servlet.jsp.tagext.TagSupport