public class SetDataSourceTag extends SetDataSourceTagSupport
<setDataSource> using the container's EL implementation.dataSource, dataSourceSpecified, driverClassName, jdbcURL, password, userNameid, pageContextEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
SetDataSourceTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Default processing of the start tag, returning SKIP_BODY.
|
void |
release()
Release state.
|
void |
setDataSource(String expression) |
void |
setDriver(String expression) |
void |
setPassword(String expression) |
void |
setUrl(String expression) |
void |
setUser(String expression) |
setScope, setVardoAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic int doStartTag()
throws JspException
TagSupportdoStartTag in interface TagdoStartTag in class SetDataSourceTagSupportJspException - if an error occurs while processing this tagTag.doStartTag()public void release()
TagSupportrelease in interface Tagrelease in class SetDataSourceTagSupportTag.release()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 © 2018 JBoss by Red Hat. All rights reserved.