Uses of Class
org.springframework.web.servlet.HttpServletBean
Packages that use HttpServletBean
Package
Description
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
-
Uses of HttpServletBean in org.springframework.web.servlet
Subclasses of HttpServletBean in org.springframework.web.servletModifier and TypeClassDescriptionclass
Central dispatcher for HTTP request handlers/controllers, e.g.class
Base servlet for Spring's web framework.