play.data.binding
Class FileBinder

java.lang.Object
  extended by play.data.binding.FileBinder
All Implemented Interfaces:
SupportedType<java.io.File>

public class FileBinder
extends java.lang.Object
implements SupportedType<java.io.File>

Bind file form multipart/form-data request.


Constructor Summary
FileBinder()
           
 
Method Summary
 java.io.File bind(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBinder

public FileBinder()
Method Detail

bind

public java.io.File bind(java.lang.String value)
Specified by:
bind in interface SupportedType<java.io.File>


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