The Spring Framework

Uses of Class
org.springframework.web.servlet.mvc.BaseCommandController

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

Uses of BaseCommandController in org.springframework.web.servlet.mvc
 

Subclasses of BaseCommandController in org.springframework.web.servlet.mvc
 class AbstractCommandController
          Abstract base class for custom command controllers.
 class AbstractFormController
          Form controller that auto-populates a form bean from the request.
 class AbstractWizardFormController
          Form controller for typical wizard-style workflows.
 class CancellableFormController
          Extension of SimpleFormController that supports "cancellation" of form processing.
 class SimpleFormController
          Concrete FormController implementation that provides configurable form and success views, and an onSubmit chain for convenient overriding.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.