Java org.springframework.web.context ContextLoaderListener fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.context ContextLoaderListener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.context ContextLoaderListener.

The text is from its open source code.

Subclass

org.springframework.web.context.ContextLoaderListener has subclasses.
Click this link to see all its subclasses.

Constructor

ContextLoaderListener()
Create a new ContextLoaderListener that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoaderListener(WebApplicationContext context)
Create a new ContextLoaderListener with the given application context.

Method

voidcontextInitialized(ServletContextEvent event)
Initialize the root web application context.
voidsetContextInitializers(@Nullable ApplicationContextInitializer... initializers)
Specify which ApplicationContextInitializer instances should be used to initialize the application context used by this ContextLoader .