public class SetDataSourceTag extends SetDataSourceTagSupport
<setDataSource> using the container's EL implementation.dataSource, dataSourceSpecified, driverClassName, jdbcURL, password, userName| Constructor and Description |
|---|
SetDataSourceTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
void |
release() |
void |
setDataSource(String expression) |
void |
setDriver(String expression) |
void |
setPassword(String expression) |
void |
setUrl(String expression) |
void |
setUser(String expression) |
setScope, setVarpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class SetDataSourceTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class SetDataSourceTagSupportpublic void setDataSource(String expression)
public void setDriver(String expression)
public void setUrl(String expression)
public void setUser(String expression)
public void setPassword(String expression)
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.