play.data.binding
Class UploadBinder
java.lang.Object
play.data.binding.UploadBinder
- All Implemented Interfaces:
- SupportedType<Upload>
public class UploadBinder
- extends Object
- implements SupportedType<Upload>
Bind file form multipart/form-data request.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UploadBinder
public UploadBinder()
bind
public Upload bind(String value)
- Specified by:
bind in interface SupportedType<Upload>
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly