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, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public 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.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public int doAfterBody() throws javax.servlet.jsp.JspException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
Copyright © 2001-2018 Jalios SA. All Rights Reserved.