org.apache.taglibs.standard.tag.rt.core
Class ForEachTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.jstl.core.LoopTagSupport
org.apache.taglibs.standard.tag.common.core.ForEachSupport
org.apache.taglibs.standard.tag.rt.core.ForEachTag
- All Implemented Interfaces:
- Serializable, LoopTag, IterationTag, JspTag, Tag, TryCatchFinally
public class ForEachTag
- extends ForEachSupport
- implements LoopTag, IterationTag
A handler for <forEach> that supports rtexprvalue-based
attributes.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
Methods inherited from class org.apache.taglibs.standard.tag.common.core.ForEachSupport |
hasNext, next, prepare, release, 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, doStartTag, 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 |
ForEachTag
public ForEachTag()
setBegin
public void setBegin(int begin)
throws JspTagException
- Throws:
JspTagException
setEnd
public void setEnd(int end)
throws JspTagException
- Throws:
JspTagException
setStep
public void setStep(int step)
throws JspTagException
- Throws:
JspTagException
setItems
public void setItems(Object o)
throws JspTagException
- Throws:
JspTagException
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.