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, setVar
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class SetDataSourceTagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class SetDataSourceTagSupport
public 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–2023 The Apache Software Foundation. All rights reserved.