MultipartConfig

org.scalatra.servlet.MultipartConfig
case class MultipartConfig(location: Option[String], maxFileSize: Option[Long], maxRequestSize: Option[Long], fileSizeThreshold: Option[Int]) extends MountConfig

Attributes

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

Members list

Value members

Concrete methods

def apply(ctxt: ServletContext): Unit
def toMultipartConfigElement: MultipartConfigElement

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product