Uses of Class
org.springframework.web.servlet.HttpServletBean
Packages that use HttpServletBean 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.Uses of HttpServletBean in org.springframework.web.servlet
Subclasses of HttpServletBean in org.springframework.web.servlet Modifier and Type Class Description classDispatcherServletCentral dispatcher for HTTP request handlers/controllers, e.g.classFrameworkServletBase servlet for Spring's web framework.