IterateThroughViewTag Class
- public class IterateThroughViewTag
extends BodyTagSupport
-
Hierarchy
-
Object
TagSupport
BodyTagSupport
IterateThroughViewTag
-
All Implemented Interfaces
-
BodyTag
, IterationTag
, Serializable
, Tag
Methods from javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IterateThroughViewTag
public IterateThroughViewTag()
doAfterBody() Method
public int doAfterBody()
throws JspException
Called when the end of the tag is reached
-
Overrides
-
BodyTagSupport.doAfterBody()
Exceptions
-
JspException
doStartTag() Method
public int doStartTag()
throws JspException
Called when the tag starts.
-
Overrides
-
BodyTagSupport.doStartTag()
Exceptions
-
JspException
getId() Method
public String
getId()
Get the value of the id.
-
Overrides
-
TagSupport.getId()
Returns
- Value of the id.
getIterator() Method
public ViewIterator
getIterator()
Get the value of the iterator.
Returns
- Value of the iditerator
getReturnType() Method
public String
getReturnType()
Get the value of returnType.
Returns
- Value of returnType.
getViewIndex() Method
public int getViewIndex()
Get the value of the viewIndex.
Returns
- Value of the viewIndex.
release() Method
public void release()
-
Overrides
-
BodyTagSupport.release()
setId(String) Method
public void setId(String
id)
Set the value of the id.
-
Overrides
-
TagSupport.setId(String)
Parameters
-
id
- Value to assign to id.
setIterator(ViewIterator) Method
public void setIterator(ViewIterator
iterator)
Set the value of the iterator.
Parameters
-
iterator
- Value to assign to iterator.
setReturnType(String) Method
public void setReturnType(String
returnType)
Set the value of returnType.
Parameters
-
returnType
- Value to assign to returnType.
setViewIndex(int) Method
public void setViewIndex(int viewIndex)
Set the value of the viewIndex.
Parameters
-
viewIndex
- Value to assign to viewIndex.