Package | Description |
---|---|
org.springframework.web.servlet |
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
|
org.springframework.web.servlet.support |
Support classes for Spring's web MVC framework.
|
Modifier and Type | Class and Description |
---|---|
class |
DispatcherServlet
Central dispatcher for HTTP request handlers/controllers, e.g.
|
Modifier and Type | Method and Description |
---|---|
protected FrameworkServlet |
AbstractDispatcherServletInitializer.createDispatcherServlet(WebApplicationContext servletAppContext)
Create a
DispatcherServlet (or other kind of FrameworkServlet -derived
dispatcher) with the specified WebApplicationContext . |