HasMultipartConfig

org.scalatra.servlet.HasMultipartConfig
See theHasMultipartConfig companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
{ def servletContext: ServletContext; }

Members list

Type members

Inherited classlikes

trait Config

Attributes

Inherited from:
Initializable
Supertypes
class Object
trait Matchable
class Any

Inherited types

type ConfigT

Attributes

Inherited from:
Initializable

Value members

Concrete methods

def initialize(config: ConfigT): Unit

A hook to initialize the class with some configuration after it has been constructed.

A hook to initialize the class with some configuration after it has been constructed.

Not called init because GenericServlet doesn't override it, and then we get into https://lampsvn.epfl.ch/trac/scala/ticket/2497.

Attributes

Inherited methods

protected def shutdown(): Unit

A hook to shutdown the class. Bridges the gap between servlet's destroy and filter's destroy.

A hook to shutdown the class. Bridges the gap between servlet's destroy and filter's destroy.

Attributes

Inherited from:
Initializable

Implicits

Inherited implicits

implicit protected def configWrapper(config: ConfigT): Config

Attributes

Inherited from:
Initializable