FileItem

org.scalatra.servlet.FileItem
case class FileItem(part: Part)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def get(): Array[Byte]
def getCharset: Option[String]
def getContentType: Option[String]
def getFieldName: String
def getInputStream: InputStream
def getName: String
def getSize: Long
def isFormField: Boolean
def write(file: File): Unit
def write(fileName: String): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val charset: Option[String]
val contentType: Option[String]
val fieldName: String
val name: String
val size: Long