| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractController | |
|---|---|
| org.springframework.web.portlet.mvc | Standard controller implementations for the portlet MVC framework that comes with Spring. | 
| Uses of AbstractController in org.springframework.web.portlet.mvc | 
|---|
| Subclasses of AbstractController in org.springframework.web.portlet.mvc | |
|---|---|
|  class | AbstractCommandControllerAbstract base class for custom command controllers. | 
|  class | AbstractFormControllerForm controller that auto-populates a form bean from the request. | 
|  class | AbstractWizardFormControllerForm controller for typical wizard-style workflows. | 
|  class | BaseCommandControllerController implementation which creates an object (the command object) on receipt of a request and attempts to populate this object with request parameters. | 
|  class | ParameterizableViewControllerTrivial controller that always returns a named view. | 
|  class | PortletWrappingControllerControllerimplementation that wraps a portlet instance which it manages
 internally. | 
|  class | SimpleFormControllerConcrete FormController implementation that provides configurable form and success views, and an onSubmit chain for convenient overriding. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||