Initializer

org.beangle.webmvc.spring.Initializer
class Initializer extends Initializer

Attributes

Graph
Supertypes
trait Initializer
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def initStaticBase(context: ServletContext): Unit
override def onStartup(sc: ServletContext): Unit

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

Attributes

Definition Classes
Initializer

Inherited methods

final def addListener(other: ServletContextListener): Unit

Attributes

Inherited from:
Initializer
def onConfig(servletContext: ServletContext): Unit

config servletContext

config servletContext

Attributes

Inherited from:
Initializer

Inherited fields

var boss: BootstrapInitializer

Attributes

Inherited from:
Initializer