public class SetDataSourceTag extends SetDataSourceTagSupport
<setDataSource>
using the container's EL implementation.dataSource, dataSourceSpecified, driverClassName, jdbcURL, password, userName
id, pageContext
EVAL_BODY_AGAIN
EVAL_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, setVar
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public int doStartTag() throws JspException
TagSupport
doStartTag
in interface Tag
doStartTag
in class SetDataSourceTagSupport
JspException
- if an error occurs while processing this tagTag.doStartTag()
public void release()
TagSupport
release
in interface Tag
release
in class SetDataSourceTagSupport
Tag.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 © 2017 JBoss by Red Hat. All rights reserved.