ScentrySupport
Attributes
- Graph
-
- Supertypes
-
trait Initializableclass Objecttrait Matchableclass Any
- Self type
-
ScalatraBase
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Initializable
- Supertypes
-
class Objecttrait Matchableclass Any
Types
Inherited types
Attributes
- Inherited from:
- Initializable
Value members
Abstract methods
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
Override this method to register authentication strategies specific to this servlet. registerAuthStrategy('UserPassword, app => new UserPasswordStrategy(app))
Override this method to register authentication strategies specific to this servlet. registerAuthStrategy('UserPassword, app => new UserPasswordStrategy(app))
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
Implicits
Inherited implicits
Attributes
- Inherited from:
- Initializable