|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
weblogicx.jsp.tags.QueryTag
The query tag allows you execute SQL against a data source and manipulate the results of the query.
| Field Summary |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
QueryTag()
|
|
| Method Summary | |
int |
doAfterBody()
|
void |
doInitBody()
|
int |
doStartTag()
|
String |
getDb()
|
String |
getId()
|
String |
getSql()
|
void |
release()
Clean up on failure of the body to execute. |
void |
setDb(String db)
This is the name of the datasource as specified in the war file. |
void |
setId(String id)
The id of the ResultSet returned from the query. |
void |
setSql(String sql)
This is the SQL query to execute against the datasource. |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doEndTag, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Constructor Detail |
public QueryTag()
| Method Detail |
public int doAfterBody()
throws JspException
JspException
public void doInitBody()
throws JspException
JspException
public int doStartTag()
throws JspException
JspExceptionpublic String getDb()
public String getId()
public String getSql()
public void release()
public void setDb(String db)
public void setId(String id)
public void setSql(String sql)
|
Documentation is available at http://e-docs.bea.com/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||