public class SetDataSourceTag extends SetDataSourceTagSupport
Tag handler for <Driver> in JSTL, used to create a simple DataSource for prototyping.
dataSource, dataSourceSpecified, driverClassName, jdbcURL, password, userName| Constructor and Description |
|---|
SetDataSourceTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDataSource(Object dataSource) |
void |
setDriver(String driverClassName) |
void |
setPassword(String password) |
void |
setUrl(String jdbcURL) |
void |
setUser(String userName) |
doStartTag, release, setScope, setVarCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.