public class ForeachTag
extends javax.servlet.jsp.tagext.BodyTagSupport
implements javax.servlet.jsp.tagext.IterationTag
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REVISION |
| Constructor and Description |
|---|
ForeachTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody() |
int |
doStartTag() |
void |
setArray(java.lang.Object[] array) |
void |
setCollection(java.util.Collection collection) |
void |
setCounter(java.lang.String counterName) |
void |
setEnumeration(java.util.Enumeration enu) |
void |
setIterator(java.util.Iterator iterator) |
void |
setMax(int max) |
void |
setName(java.lang.String name) |
void |
setSkip(int skip) |
void |
setType(java.lang.String type) |
doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic static final java.lang.String REVISION
public void setCollection(java.util.Collection collection)
public void setArray(java.lang.Object[] array)
public void setIterator(java.util.Iterator iterator)
public void setEnumeration(java.util.Enumeration enu)
public void setName(java.lang.String name)
public void setCounter(java.lang.String counterName)
public void setMax(int max)
public void setSkip(int skip)
public void setType(java.lang.String type)
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.JspExceptionpublic 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 © 2001-2017 Jalios SA. All Rights Reserved.