public class ForEachTag extends ForEachSupport implements LoopTag, javax.servlet.jsp.tagext.IterationTag
A handler for <forEach> that accepts attributes as Strings and evaluates them as expressions at runtime.
ForEachSupport.ForEachIterator, ForEachSupport.SimpleForEachIteratoritems, rawItemsbegin, beginSpecified, deferredExpression, end, endSpecified, itemId, statusId, step, stepSpecified| Constructor and Description |
|---|
ForEachTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Begins iterating by processing the first item.
|
void |
release()
Releases any resources this LoopTagSupport may have (or inherit).
|
void |
setBegin(String begin_) |
void |
setEnd(String end_) |
void |
setItems(String items_) |
void |
setStep(String step_) |
hasNext, next, prepare, supportedTypeForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIteratordoAfterBody, doCatch, doFinally, getCurrent, getDelims, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStepdoEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrent, getLoopStatuspublic int doStartTag()
throws javax.servlet.jsp.JspException
LoopTagSupportdoStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class LoopTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
LoopTagSupportrelease 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_)
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.