Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.taglibs.standard.tag.rt.core
Class ForEachTag  view ForEachTag download ForEachTag.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.jstl.core.LoopTagSupport
          extended byorg.apache.taglibs.standard.tag.common.core.ForEachSupport
              extended byorg.apache.taglibs.standard.tag.rt.core.ForEachTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.jstl.core.LoopTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public class ForEachTag
extends org.apache.taglibs.standard.tag.common.core.ForEachSupport
implements javax.servlet.jsp.jstl.core.LoopTag, javax.servlet.jsp.tagext.IterationTag

A handler for <forEach> that supports rtexprvalue-based attributes.


Nested Class Summary
 
Nested classes inherited from class org.apache.taglibs.standard.tag.common.core.ForEachSupport
org.apache.taglibs.standard.tag.common.core.ForEachSupport.ForEachIterator, org.apache.taglibs.standard.tag.common.core.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, 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.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Constructor Summary
ForEachTag()
           
 
Method Summary
 void setBegin(int begin)
           
 void setEnd(int end)
           
 void setItems(java.lang.Object o)
           
 void setStep(int step)
           
 
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, 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.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 

Constructor Detail

ForEachTag

public ForEachTag()
Method Detail

setBegin

public void setBegin(int begin)
              throws javax.servlet.jsp.JspTagException

setEnd

public void setEnd(int end)
            throws javax.servlet.jsp.JspTagException

setStep

public void setStep(int step)
             throws javax.servlet.jsp.JspTagException

setItems

public void setItems(java.lang.Object o)
              throws javax.servlet.jsp.JspTagException