play.data.binding
Class UploadBinder

java.lang.Object
  extended by play.data.binding.UploadBinder
All Implemented Interfaces:
SupportedType<Upload>

public class UploadBinder
extends java.lang.Object
implements SupportedType<Upload>

Bind file form multipart/form-data request.


Constructor Summary
UploadBinder()
           
 
Method Summary
 Upload 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

UploadBinder

public UploadBinder()
Method Detail

bind

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


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