Class ForeachTag

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class ForeachTag
    extends javax.servlet.jsp.tagext.BodyTagSupport
    implements javax.servlet.jsp.tagext.IterationTag
    This tag iterates over a Collection.
    Version:
    $Revision: 32210 $
    Author:
    Olivier Dedieu
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
      • Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport

        bodyContent
      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id, pageContext
      • Fields inherited from interface javax.servlet.jsp.tagext.BodyTag

        EVAL_BODY_BUFFERED, EVAL_BODY_TAG
      • 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

      Constructors 
      Constructor Description
      ForeachTag()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int doAfterBody()  
      int doStartTag()  
      void setArray​(java.lang.Object[] array)  
      void setCollection​(java.util.Collection collection)  
      void setCounter​(java.lang.String counterName)  
      void setEnumeration​(java.util.Enumeration enu)  
      void setIterator​(java.util.Iterator iterator)  
      void setMax​(int max)  
      void setName​(java.lang.String name)  
      void setSkip​(int skip)  
      void setType​(java.lang.String type)  
      • Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport

        doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
      • Methods inherited from class javax.servlet.jsp.tagext.TagSupport

        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.tagext.Tag

        doEndTag, getParent, release, setPageContext, setParent
    • Constructor Detail

      • ForeachTag

        public ForeachTag()
    • Method Detail

      • setCollection

        public void setCollection​(java.util.Collection collection)
      • setArray

        public void setArray​(java.lang.Object[] array)
      • setIterator

        public void setIterator​(java.util.Iterator iterator)
      • setEnumeration

        public void setEnumeration​(java.util.Enumeration enu)
      • setName

        public void setName​(java.lang.String name)
      • setCounter

        public void setCounter​(java.lang.String counterName)
      • setMax

        public void setMax​(int max)
      • setSkip

        public void setSkip​(int skip)
      • setType

        public void setType​(java.lang.String type)
      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
        Throws:
        javax.servlet.jsp.JspException
      • doAfterBody

        public int doAfterBody()
                        throws javax.servlet.jsp.JspException
        Specified by:
        doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
        Overrides:
        doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport
        Throws:
        javax.servlet.jsp.JspException