public class SqlSetDataSourceTag extends TagSupport
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
SqlSetDataSourceTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Processed at the beginning of the tag.
|
void |
setDataSource(java.lang.Object dataSource)
Sets the object for the dataSource.
|
void |
setDriver(java.lang.String driver)
Sets the driver.
|
void |
setPassword(java.lang.String password)
Sets the password.
|
void |
setScope(java.lang.String scope)
Sets the scope.
|
void |
setUrl(java.lang.String url)
Sets the URL.
|
void |
setUser(java.lang.String user)
Sets the user.
|
void |
setVar(java.lang.String var)
Sets the variable name.
|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
public void setDataSource(java.lang.Object dataSource)
public void setUrl(java.lang.String url)
public void setDriver(java.lang.String driver)
public void setUser(java.lang.String user)
public void setPassword(java.lang.String password)
public void setVar(java.lang.String var)
public void setScope(java.lang.String scope)
public int doStartTag() throws JspException
TagSupport
The default behavior returns SKIP_BODY to skip the tag's body.
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException