Class SetDataSourceTagSupport

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

public class SetDataSourceTagSupport extends TagSupport

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

See Also:
  • Constructor Details

    • SetDataSourceTagSupport

      public SetDataSourceTagSupport()
  • Method Details