Initializer

See also

BootstrapListener.InitFile

class Object
trait Matchable
class Any

Value members

Abstract methods

@throws(scala.Predef.classOf[jakarta.servlet.ServletException])
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 Params
servletContext

the <code>ServletContext</code> to initialize

Concrete methods

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

config servletContext

config servletContext

Concrete fields