Package | Description |
---|---|
org.springframework.web.context |
Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
|
org.springframework.web.servlet.support |
Support classes for Spring's web MVC framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextLoaderInitializer
Convenient base class for
WebApplicationInitializer implementations
that register a ContextLoaderListener in the servlet context. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotationConfigDispatcherServletInitializer
Base class for
WebApplicationInitializer
implementations that register a
DispatcherServlet
configured with annotated classes, e.g. |
class |
AbstractDispatcherServletInitializer
Base class for
WebApplicationInitializer
implementations that register a DispatcherServlet in the servlet context. |
Copyright © 2015. All rights reserved.