|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.data.binding.types.FileArrayBinder
public class FileArrayBinder
Bind a file array form multipart/form-data request. This is nearly the same as the FileBinder, maybe some refactoring can be done. This is useful when you have a multiple on your input file.
Constructor Summary | |
---|---|
FileArrayBinder()
|
Method Summary | |
---|---|
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 |
---|
public FileArrayBinder()
Method Detail |
---|
public java.io.File[] bind(java.lang.String name, java.lang.annotation.Annotation[] annotations, java.lang.String value, java.lang.Class actualClass)
bind
in interface TypeBinder<java.io.File[]>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |