|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--javax.servlet.jsp.tagext.BodyTagSupport | +--com.bea.p13n.taglib.util.SimpleReportTag
Tag extension to create a 2-d array out of a simple query.
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
Constructor Summary | |
SimpleReportTag()
Deprecated. |
Method Summary | |
int |
doAfterBody()
Deprecated. Pushes output to the JSP page from the buffered BodyContent . |
int |
doStartTag()
Deprecated. Called when the tag starts. |
java.lang.String |
getId()
Deprecated. Get the value of id. |
java.sql.ResultSet |
getResultSet()
Deprecated. Get the value of resultSetName. |
void |
setId(java.lang.String newID)
Deprecated. Set the value of id. |
void |
setResultSet(java.sql.ResultSet newRSN)
Deprecated. Set the value of resultSetName. |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doEndTag,
doInitBody,
getBodyContent,
getPreviousOut,
release,
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 |
Constructor Detail |
public SimpleReportTag()
Method Detail |
public void setId(java.lang.String newID)
theId
- Value to assign to id.public java.lang.String getId()
public void setResultSet(java.sql.ResultSet newRSN)
newRSN
- Value to assign to resultSetName.public java.sql.ResultSet getResultSet()
public int doStartTag() throws javax.servlet.jsp.JspException
public int doAfterBody() throws javax.servlet.jsp.JspException
BodyContent
.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |