public class IteratorTag extends WebWorkBodyTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected Object |
currentValue |
protected Iterator |
iterator |
protected Object |
oldStatus |
protected IteratorStatus |
status |
protected String |
statusAttr |
protected String |
statusName |
protected IteratorStatus.StatusState |
statusState |
protected String |
valueAttr |
stack| Constructor and Description |
|---|
IteratorTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody() |
int |
doStartTag() |
void |
setStatus(String aName)
Set the name of the status object that is to be exposed.
|
void |
setValue(String aName)
Set the name of the property whose value is iterable.
|
doEndTag, findString, findValue, getStack, release, setPageContext, setParent, toStringdoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setValueprotected String valueAttr
protected String statusAttr
protected Object currentValue
protected Iterator iterator
protected IteratorStatus status
protected IteratorStatus.StatusState statusState
protected String statusName
protected Object oldStatus
public void setValue(String aName)
aName - public void setStatus(String aName)
aName - public int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportpublic int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionCopyright © 2013 Atlassian. All Rights Reserved.