Uses of Class
org.springframework.web.servlet.FrameworkServlet
Package
Description
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
Support classes for Spring's web MVC framework.
-
Uses of FrameworkServlet in org.springframework.web.servlet
Modifier and TypeClassDescriptionclass
Central dispatcher for HTTP request handlers/controllers, e.g. -
Uses of FrameworkServlet in org.springframework.web.servlet.support
Modifier and TypeMethodDescriptionprotected FrameworkServlet
AbstractDispatcherServletInitializer.createDispatcherServlet
(WebApplicationContext servletAppContext) Create aDispatcherServlet
(or other kind ofFrameworkServlet
-derived dispatcher) with the specifiedWebApplicationContext
.