|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--com.beasys.commerce.ebusiness.catalog.tags.IterateViewIteratorTag
| Field Summary |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, 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 | |
IterateViewIteratorTag()
|
|
| Method Summary | |
int |
doAfterBody()
Called when the end of the tag is reached. |
int |
doStartTag()
Called when the tag starts. |
String |
getId()
Get the value of the id. |
boolean |
getIterateByView()
Get the value of iterateByView. |
ViewIterator |
getIterator()
Get the value of the iterator. |
String |
getReturnType()
Get the value of returnType. |
void |
release()
|
void |
setId(String id)
Set the value of the id. |
void |
setIterateByView(boolean iterateByView)
Set the value of iterateByView. |
void |
setIterator(ViewIterator iterator)
Set the value of the iterator. |
void |
setReturnType(String returnType)
Set the value of returnType. |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doEndTag, doInitBody, 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 IterateViewIteratorTag()
| Method Detail |
public void setIterator(ViewIterator iterator)
iterator - Value to assign to iterator.public ViewIterator getIterator()
public void setId(String id)
setId in class TagSupportid - Value to assign to id.public String getId()
getId in class TagSupportpublic String getReturnType()
public void setReturnType(String returnType)
returnType - Value to assign to returnType.public void setIterateByView(boolean iterateByView)
iterateByView - Value to assign to iterateByView.public boolean getIterateByView()
public int doStartTag()
throws JspException
doStartTag in interface TagdoStartTag in class BodyTagSupportJspException
public int doAfterBody()
throws JspException
doAfterBody in interface IterationTagdoAfterBody in class BodyTagSupportJspExceptionpublic void release()
release in interface Tagrelease in class BodyTagSupport
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||