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

Packages that use org.springframework.web.servlet.mvc
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.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.  
 

Classes in org.springframework.web.servlet.mvc used by org.springframework.remoting.caucho
Controller
          Base Controller interface, representing a component that receives HttpServletRequest and HttpServletResponse like a HttpServlet but is able to participate in an MVC workflow.
 

Classes in org.springframework.web.servlet.mvc used by org.springframework.remoting.httpinvoker
Controller
          Base Controller interface, representing a component that receives HttpServletRequest and HttpServletResponse like a HttpServlet but is able to participate in an MVC workflow.
 

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 autopopulates a form bean from the request.
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 like a HttpServlet but is able to participate in an MVC workflow.
 

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 like a HttpServlet but is able to participate in an MVC workflow.
LastModified
          Supports last-modified HTTP requests to facilitate content caching.
 



Copyright (C) 2003-2004 The Spring Framework Project.