UploadableBody

org.scalatra.test.UploadableBody
case class UploadableBody(uploadable: Uploadable) extends ContentBody

Attributes

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

Members list

Value members

Concrete methods

def getCharset: Null
def getContentLength: Long
def getFilename: String
def getMediaType: String
def getMimeType: String
def getSubType: String
def getTransferEncoding: String
def writeTo(out: OutputStream): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product