org.scalatra.servlet.HasMultipartConfig
See theHasMultipartConfig companion object
trait HasMultipartConfig extends Initializable
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Self type
-
{ def servletContext: ServletContext; }
Members list
Type members
Inherited classlikes
trait Config
Attributes
- Inherited from:
- Initializable
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited types
type ConfigT
Attributes
- Inherited from:
- Initializable
Value members
Concrete methods
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
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
Attributes
- Inherited from:
- Initializable
In this article