| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Controller | |
|---|---|
| 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. | 
| Uses of Controller in org.springframework.remoting.caucho | 
|---|
| Classes in org.springframework.remoting.caucho that implement Controller | |
|---|---|
|  class | BurlapServiceExporterWeb controller that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy. | 
|  class | HessianServiceExporterWeb controller that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy. | 
| Uses of Controller in org.springframework.remoting.httpinvoker | 
|---|
| Classes in org.springframework.remoting.httpinvoker that implement Controller | |
|---|---|
|  class | HttpInvokerServiceExporterWeb controller that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy. | 
| Uses of Controller in org.springframework.web.servlet.mvc | 
|---|
| Classes in org.springframework.web.servlet.mvc that implement Controller | |
|---|---|
|  class | AbstractCommandControllerAbstract base class for custom command controllers. | 
|  class | AbstractControllerConvenient superclass for controller implementations, using the Template Method design pattern. | 
|  class | AbstractFormControllerForm controller that auto-populates a form bean from the request. | 
|  class | AbstractUrlViewControllerAbstract base class for Controllers that return a view name based on the URL. | 
|  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 | CancellableFormControllerExtension of SimpleFormControllerthat supports "cancellation"
 of form processing. | 
|  class | ParameterizableViewControllerTrivial controller that always returns a named view. | 
|  class | ServletForwardingControllerSpring Controller implementation that forwards to a named servlet, i.e. the "servlet-name" in web.xml rather than a URL path mapping. | 
|  class | ServletWrappingControllerSpring Controller implementation that wraps a servlet instance which it manages internally. | 
|  class | SimpleFormControllerConcrete FormController implementation that provides configurable form and success views, and an onSubmit chain for convenient overriding. | 
|  class | UrlFilenameViewControllerController that transforms the virtual filename at the end of a URL into a view name and returns that view. | 
| Uses of Controller in org.springframework.web.servlet.mvc.multiaction | 
|---|
| Classes in org.springframework.web.servlet.mvc.multiaction that implement Controller | |
|---|---|
|  class | MultiActionControllerController implementation that allows multiple request types to be handled by the same class. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||