The Spring Framework

Uses of Package
org.springframework.web.servlet.mvc

Packages that use org.springframework.web.servlet.mvc
org.springframework.web.servlet.mvc Standard controller implementations for the servlet 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. 
 

Classes in org.springframework.web.servlet.mvc used by org.springframework.web.servlet.mvc
AbstractController
          Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractFormController
          Form controller that auto-populates a form bean from the request.
AbstractUrlViewController
          Abstract base class for Controllers that return a view name based on the request URL.
BaseCommandController
          Controller implementation which creates an object (the command object) on receipt of a request and attempts to populate this object with request parameters.
Controller
          Base Controller interface, representing a component that receives HttpServletRequest and HttpServletResponse instances just like a HttpServlet but is able to participate in an MVC workflow.
SimpleFormController
          Concrete FormController implementation that provides configurable form and success views, and an onSubmit chain for convenient overriding.
 

Classes in org.springframework.web.servlet.mvc used by org.springframework.web.servlet.mvc.multiaction
AbstractController
          Convenient superclass for controller implementations, using the Template Method design pattern.
Controller
          Base Controller interface, representing a component that receives HttpServletRequest and HttpServletResponse instances just like a HttpServlet but is able to participate in an MVC workflow.
LastModified
          Supports last-modified HTTP requests to facilitate content caching.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.