public class DriverTag
extends javax.servlet.jsp.tagext.TagSupport
Tag handler for <Driver> in JSTL, used to create a simple DataSource for prototyping.
| Constructor and Description |
|---|
DriverTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
void |
setDriver(String driverClassName) |
void |
setJdbcURL(String jdbcURL) |
void |
setScope(String scopeName)
Setter method for the scope of the variable to hold the
result.
|
void |
setUserName(String userName) |
void |
setVar(String var) |
public void setDriver(String driverClassName)
public void setJdbcURL(String jdbcURL)
public void setScope(String scopeName)
public void setUserName(String userName)
public void setVar(String var)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionCopyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.