|
||||||||||
| 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.jstl.core.LoopTagSupport
org.apache.taglibs.standard.tag.common.core.ForEachSupport
org.apache.taglibs.standard.tag.el.core.ForEachTag
public class ForEachTag
A handler for <forEach> that accepts attributes as Strings and evaluates them as expressions at runtime.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.taglibs.standard.tag.common.core.ForEachSupport |
|---|
ForEachSupport.ForEachIterator, ForEachSupport.SimpleForEachIterator |
| Field Summary |
|---|
| Fields inherited from class org.apache.taglibs.standard.tag.common.core.ForEachSupport |
|---|
items, rawItems |
| Fields inherited from class javax.servlet.jsp.jstl.core.LoopTagSupport |
|---|
begin, beginSpecified, deferredExpression, end, endSpecified, itemId, statusId, step, stepSpecified |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| 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 | |
|---|---|
ForEachTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
|
void |
release()
|
void |
setBegin(String begin_)
|
void |
setEnd(String end_)
|
void |
setItems(String items_)
|
void |
setStep(String step_)
|
| Methods inherited from class org.apache.taglibs.standard.tag.common.core.ForEachSupport |
|---|
hasNext, next, prepare, supportedTypeForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator |
| Methods inherited from class javax.servlet.jsp.jstl.core.LoopTagSupport |
|---|
doAfterBody, doCatch, doFinally, getCurrent, getDelims, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStep |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, 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.jstl.core.LoopTag |
|---|
getCurrent, getLoopStatus |
| Methods inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
doAfterBody |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
doEndTag, getParent, setPageContext, setParent |
| Constructor Detail |
|---|
public ForEachTag()
| Method Detail |
|---|
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class LoopTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class ForEachSupportpublic void setBegin(String begin_)
public void setEnd(String end_)
public void setStep(String step_)
public void setItems(String items_)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||