You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/08/31 06:58:11 UTC

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core ForEachTag.java

dion        2004/08/30 21:58:11

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/core
                        ForEachTag.java
  Log:
  Docs for Jelly-98
  
  Revision  Changes    Path
  1.26      +6 -3      jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java
  
  Index: ForEachTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- ForEachTag.java	27 Aug 2004 05:01:32 -0000	1.25
  +++ ForEachTag.java	31 Aug 2004 04:58:11 -0000	1.26
  @@ -142,8 +142,11 @@
       // Properties
       //-------------------------------------------------------------------------                    
   
  -    /** Sets the expression used to iterate over
  -      */
  +    /**
  +     * Sets the expression used to iterate over.
  +     * This expression could resolve to an Iterator, Collection, Map, Array,
  +     * Enumeration or comma separated String. 
  +     */
       public void setItems(Expression items) {
           this.items = items;
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org