|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| 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
com.beasys.commerce.ebusiness.catalog.tags.IterateThroughViewTag
@Deprecated public class IterateThroughViewTag
| 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 | |
|---|---|
IterateThroughViewTag()
Deprecated |
|
| Method Summary | |
|---|---|
int |
doAfterBody()
Deprecated Called when the end of the tag is reached |
int |
doStartTag()
Deprecated Called when the tag starts. |
String |
getId()
Deprecated Get the value of the id. |
ViewIterator |
getIterator()
Deprecated Get the value of the iterator. |
String |
getReturnType()
Deprecated Get the value of returnType. |
int |
getViewIndex()
Deprecated Get the value of the viewIndex. |
void |
release()
Deprecated |
void |
setId(String id)
Deprecated Set the value of the id. |
void |
setIterator(ViewIterator iterator)
Deprecated Set the value of the iterator. |
void |
setReturnType(String returnType)
Deprecated Set the value of returnType. |
void |
setViewIndex(int viewIndex)
Deprecated Set the value of the viewIndex. |
| 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 IterateThroughViewTag()
| Method Detail |
|---|
public void setIterator(ViewIterator iterator)
iterator - Value to assign to iterator.public ViewIterator getIterator()
public void setId(String id)
setId in class javax.servlet.jsp.tagext.TagSupportid - Value to assign to id.public String getId()
getId in class javax.servlet.jsp.tagext.TagSupportpublic void setReturnType(String returnType)
returnType - Value to assign to returnType.public String getReturnType()
public void setViewIndex(int viewIndex)
viewIndex - Value to assign to viewIndex.public int getViewIndex()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspException
public int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupport
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||