Save This Page
Home » struts-2.1.8.1-src » org.apache » struts2 » util » [javadoc | source]
org.apache.struts2.util
public class: MakeIterator [javadoc | source]
java.lang.Object
   org.apache.struts2.util.MakeIterator
MakeIterator.
Method from org.apache.struts2.util.MakeIterator Summary:
convert,   isIterable
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.util.MakeIterator Detail:
 public static Iterator convert(Object value) 
 public static boolean isIterable(Object object) 
    Determine whether a given object can be made into an Iterator