Uses of Package
org.springframework.web.servlet

Packages that use org.springframework.web.servlet
org.springframework.orm.hibernate3.support Classes supporting the org.springframework.orm.hibernate3 package. 
org.springframework.orm.jdo.support Classes supporting the org.springframework.orm.jdo package. 
org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap clients. 
org.springframework.remoting.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers. 
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. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.handler.metadata This package enables automatic web controller targeting. 
org.springframework.web.servlet.i18n Locale support classes for Spring's web MVC framework. 
org.springframework.web.servlet.mvc Standard controller implementations for the MVC framework that comes with Spring. 
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
org.springframework.web.servlet.mvc.throwaway Throwaway command controllers are a WebWork/Maverick-style alternative to Spring's default Servlet/Struts-style Controller approach. 
org.springframework.web.servlet.support Support classes for Spring's web MVC framework. 
org.springframework.web.servlet.theme Theme support classes for Spring's web MVC framework. 
org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.view.document Support classes for document generation, providing View implementations for PDF and Excel. 
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology. 
org.springframework.web.servlet.view.jasperreports Support classes for the integration of JasperReports as Spring web view technology. 
org.springframework.web.servlet.view.tiles Support classes for the integration of Tiles (included in Struts) as Spring web view technology. 
org.springframework.web.servlet.view.velocity Support classes for the integration of Velocity as Spring web view technology. 
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets. 
 

Classes in org.springframework.web.servlet used by org.springframework.orm.hibernate3.support
HandlerInterceptor
          Workflow interface that allows for customized handler execution chains.
ModelAndView
          Holder for both Model and View in the web MVC framework.
 

Classes in org.springframework.web.servlet used by org.springframework.orm.jdo.support
HandlerInterceptor
          Workflow interface that allows for customized handler execution chains.
 

Classes in org.springframework.web.servlet used by org.springframework.remoting.caucho
ModelAndView
          Holder for both Model and View in the web MVC framework.
 

Classes in org.springframework.web.servlet used by org.springframework.remoting.httpinvoker
ModelAndView
          Holder for both Model and View in the web MVC framework.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet
FrameworkServlet
          Base servlet for servlets within the web framework.
HandlerAdapter
          MVC framework SPI interface, allowing parameterization of core MVC workflow.
HandlerExecutionChain
          Handler execution chain, consisting of handler object and any preprocessing interceptors.
HandlerInterceptor
          Workflow interface that allows for customized handler execution chains.
HttpServletBean
          Simple extension of javax.servlet.http.HttpServlet that treats its config parameters as bean properties.
ModelAndView
          Holder for both Model and View in the web MVC framework.
View
          MVC View for a web interaction.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.handler
HandlerAdapter
          MVC framework SPI interface, allowing parameterization of core MVC workflow.
HandlerExceptionResolver
          Interface to be implemented by objects than can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.
HandlerExecutionChain
          Handler execution chain, consisting of handler object and any preprocessing interceptors.
HandlerInterceptor
          Workflow interface that allows for customized handler execution chains.
HandlerMapping
          Interface to be implemented by objects that define a mapping between requests and handler objects.
ModelAndView
          Holder for both Model and View in the web MVC framework.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.handler.metadata
HandlerMapping
          Interface to be implemented by objects that define a mapping between requests and handler objects.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.i18n
HandlerInterceptor
          Workflow interface that allows for customized handler execution chains.
LocaleResolver
          Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.mvc
HandlerAdapter
          MVC framework SPI interface, allowing parameterization of core MVC workflow.
HandlerInterceptor
          Workflow interface that allows for customized handler execution chains.
ModelAndView
          Holder for both Model and View in the web MVC framework.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.mvc.multiaction
ModelAndView
          Holder for both Model and View in the web MVC framework.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.mvc.throwaway
HandlerAdapter
          MVC framework SPI interface, allowing parameterization of core MVC workflow.
ModelAndView
          Holder for both Model and View in the web MVC framework.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.support
LocaleResolver
          Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.
ThemeResolver
          Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme modification via request and response.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.theme
HandlerInterceptor
          Workflow interface that allows for customized handler execution chains.
ThemeResolver
          Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme modification via request and response.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view
View
          MVC View for a web interaction.
ViewResolver
          Interface to be implemented by objects that can resolve views by name.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.document
View
          MVC View for a web interaction.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.freemarker
View
          MVC View for a web interaction.
ViewResolver
          Interface to be implemented by objects that can resolve views by name.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.jasperreports
View
          MVC View for a web interaction.
ViewResolver
          Interface to be implemented by objects that can resolve views by name.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.tiles
View
          MVC View for a web interaction.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.velocity
View
          MVC View for a web interaction.
ViewResolver
          Interface to be implemented by objects that can resolve views by name.
 

Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.xslt
View
          MVC View for a web interaction.
 



Copyright (c) 2002-2007 The Spring Framework Project.