play.data.binding.types
Class ByteArrayArrayBinder

java.lang.Object
  extended by play.data.binding.types.ByteArrayArrayBinder
All Implemented Interfaces:
TypeBinder<byte[][]>

public class ByteArrayArrayBinder
extends java.lang.Object
implements TypeBinder<byte[][]>

Bind byte[][] form multipart/form-data request, so you can have a byte[][] in your controller. This is useful when you have a multiple on your input file.


Constructor Summary
ByteArrayArrayBinder()
           
 
Method Summary
 byte[][] 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

ByteArrayArrayBinder

public ByteArrayArrayBinder()
Method Detail

bind

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


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