class OnDiskFileParamHolder extends FileParamHolder
This FileParamHolder stores the uploaded file in a temporary file on disk.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OnDiskFileParamHolder
- FileParamHolder
- ParamHolder
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new OnDiskFileParamHolder(name: String, mimeType: String, fileName: String, localFile: File)
- new OnDiskFileParamHolder(name: String, mimeType: String, fileName: String, localPath: Path)
- name
The name of the form field for this file
- mimeType
the mime type, as specified in the Content-Type field
- fileName
The local filename on the client
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def file: Array[Byte]
Returns the contents of the uploaded file as a Byte array.
Returns the contents of the uploaded file as a Byte array.
- Definition Classes
- OnDiskFileParamHolder → FileParamHolder
- val fileName: String
- Definition Classes
- OnDiskFileParamHolder → FileParamHolder
- def fileStream: InputStream
Returns an input stream that can be used to read the contents of the uploaded file.
Returns an input stream that can be used to read the contents of the uploaded file.
- Definition Classes
- OnDiskFileParamHolder → FileParamHolder
- def finalize(): Unit
- Attributes
- protected
- Definition Classes
- OnDiskFileParamHolder → AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length: Long
Returns the length of the uploaded file.
Returns the length of the uploaded file.
- Definition Classes
- OnDiskFileParamHolder → FileParamHolder
- def localFile: File
- val localPath: Path
- val mimeType: String
- Definition Classes
- OnDiskFileParamHolder → FileParamHolder
- val name: String
- Definition Classes
- OnDiskFileParamHolder → FileParamHolder → ParamHolder
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()