Initializer
trait Initializer
class Object
trait Matchable
class Any
Value members
Concrete methods
Configure the given [[ServletContext]]
with any servlets, filters, listeners
context-params and attributes necessary for initializing this web application.
Configure the given [[ServletContext]]
with any servlets, filters, listeners
context-params and attributes necessary for initializing this web application.
- Value parameters:
- servletContext
the
ServletContext
to initialize
- Definition Classes
- Initializer