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, for example, for web UI controllers or HTTP-based remote service exporters.class
Base servlet for Spring's web framework.