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

Packages that use org.springframework.web.portlet.mvc
org.springframework.web.portlet.mvc Standard controller implementations for the portlet MVC framework that comes with Spring. 
 

Classes in org.springframework.web.portlet.mvc used by org.springframework.web.portlet.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.
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 portlet Controller interface, representing a component that receives RenderRequest/RenderResponse and ActionRequest/ActionResponse like a Portlet but is able to participate in an MVC workflow.
 



Copyright © 2002-2008 The Spring Framework.