Initializer

org.beangle.web.servlet.init.Initializer
trait Initializer

Attributes

See also

BootstrapListener.InitFile

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def onStartup(servletContext: 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

Concrete methods

final def addListener(other: ServletContextListener): Unit
def onConfig(servletContext: ServletContext): Unit

config servletContext

config servletContext

Attributes

Concrete fields