public final class DBInfo extends TagImpl
Constructor and Description |
---|
DBInfo() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
static Object |
getDatasource(PageContext pageContext,
String datasource) |
void |
release() |
void |
setDatasource(String datasource) |
void |
setDbname(String dbname) |
void |
setDbnames(String dbname) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setPattern(String pattern) |
void |
setProcedure(String procedure) |
void |
setTable(String table) |
void |
setType(String strType) |
void |
setUsername(String username) |
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public DBInfo()
public void release()
public void setProcedure(String procedure)
procedure
- the procedure to setpublic void setDatasource(String datasource)
datasource
- the datasource to setpublic void setType(String strType) throws ApplicationException
type
- the type to setApplicationException
public void setDbnames(String dbname)
public void setPassword(String password)
password
- the password to setpublic void setPattern(String pattern)
pattern
- the pattern to setpublic void setUsername(String username)
username
- the username to setpublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public int doEndTag()
public static Object getDatasource(PageContext pageContext, String datasource) throws ApplicationException
ApplicationException
Copyright © 2015 Lucee