play.data.binding.types
Class FileListBinder

java.lang.Object
  extended by play.data.binding.types.FileListBinder
All Implemented Interfaces:
TypeBinder<java.util.List<java.io.File>>

public class FileListBinder
extends java.lang.Object
implements TypeBinder<java.util.List<java.io.File>>

Bind file form multipart/form-data request.


Constructor Summary
FileListBinder()
           
 
Method Summary
 java.util.List<java.io.File> bind(java.lang.String name, java.lang.annotation.Annotation[] annotations, java.lang.String value, java.lang.Class actualClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileListBinder

public FileListBinder()
Method Detail

bind

public java.util.List<java.io.File> bind(java.lang.String name,
                                         java.lang.annotation.Annotation[] annotations,
                                         java.lang.String value,
                                         java.lang.Class actualClass)
Specified by:
bind in interface TypeBinder<java.util.List<java.io.File>>


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly