Uses of Class
org.springframework.web.context.AbstractContextLoaderInitializer
Packages that use AbstractContextLoaderInitializer
Package
Description
Support classes for Spring's web MVC framework.
-
Uses of AbstractContextLoaderInitializer in org.springframework.web.servlet.support
Subclasses of AbstractContextLoaderInitializer in org.springframework.web.servlet.supportModifier and TypeClassDescriptionclass
WebApplicationInitializer
to register aDispatcherServlet
and use Java-based Spring configuration.class
Base class forWebApplicationInitializer
implementations that register aDispatcherServlet
in the servlet context.