public class ForEachTag extends ForEachSupport implements LoopTag, IterationTag
A handler for <forEach> that supports rtexprvalue-based attributes.
ForEachSupport.ForEachIterator, ForEachSupport.SimpleForEachIterator
items, rawItems
begin, beginSpecified, deferredExpression, end, endSpecified, itemId, statusId, step, stepSpecified
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
ForEachTag() |
Modifier and Type | Method and Description |
---|---|
void |
setBegin(int begin) |
void |
setEnd(int end) |
void |
setItems(Object o) |
void |
setStep(int step) |
hasNext, next, prepare, release, supportedTypeForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator
doAfterBody, doCatch, doFinally, doStartTag, getCurrent, getDelims, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStep
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrent, getLoopStatus
doAfterBody
doEndTag, doStartTag, getParent, release, setPageContext, setParent
public void setBegin(int begin) throws JspTagException
JspTagException
public void setEnd(int end) throws JspTagException
JspTagException
public void setStep(int step) throws JspTagException
JspTagException
public void setItems(Object o) throws JspTagException
JspTagException
Copyright © 2018 JBoss by Red Hat. All rights reserved.