Class SetDataSourceTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
org.apache.taglibs.standard.tag.rt.sql.SetDataSourceTag
- All Implemented Interfaces:
Serializable,IterationTag,JspTag,Tag
Tag handler for <Driver> in JSTL, used to create a simple DataSource for prototyping.
- See Also:
-
Field Summary
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDataSource(Object dataSource) voidvoidsetPassword(String password) voidvoidMethods inherited from class org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
doStartTag, release, setScope, setVarMethods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
SetDataSourceTag
public SetDataSourceTag()
-
-
Method Details
-
setDataSource
-
setDriver
-
setUrl
-
setUser
-
setPassword
-