Class SetDataSourceTagSupport
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
- Direct Known Subclasses:
SetDataSourceTag,SetDataSourceTag
public class SetDataSourceTagSupport extends jakarta.servlet.jsp.tagext.TagSupportTag handler for <SetDataSource> in JSTL, used to create a simple DataSource for prototyping.
- Author:
- Hans Bergsten, Justyna Horwat
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectdataSourceprotected booleandataSourceSpecifiedprotected StringdriverClassNameprotected StringjdbcURLprotected Stringpasswordprotected StringuserName
-
Constructor Summary
Constructors Constructor Description SetDataSourceTagSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoStartTag()voidrelease()voidsetScope(String scope)Setter method for the scope of the variable to hold the result.voidsetVar(String var)
-
-
-
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 jakarta.servlet.jsp.JspException- Specified by:
doStartTagin interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classjakarta.servlet.jsp.tagext.TagSupport- Throws:
jakarta.servlet.jsp.JspException
-
release
public void release()
- Specified by:
releasein interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
releasein classjakarta.servlet.jsp.tagext.TagSupport
-
-