Uses of Class
org.springframework.web.servlet.FrameworkServlet
Packages that use 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
Subclasses of FrameworkServlet in org.springframework.web.servletModifier and TypeClassDescriptionclass
Central dispatcher for HTTP request handlers/controllers, e.g. -
Uses of FrameworkServlet in org.springframework.web.servlet.support
Methods in org.springframework.web.servlet.support that return FrameworkServletModifier and TypeMethodDescriptionprotected FrameworkServlet
AbstractDispatcherServletInitializer.createDispatcherServlet
(WebApplicationContext servletAppContext) Create aDispatcherServlet
(or other kind ofFrameworkServlet
-derived dispatcher) with the specifiedWebApplicationContext
.