Package | Description |
---|---|
org.springframework.web.portlet.mvc |
Standard controller implementations for the portlet MVC framework that
comes with Spring.
|
org.springframework.web.portlet.mvc.annotation |
Support package for annotation-based Portlet MVC controllers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
class |
AbstractController
Convenient superclass for controller implementations, using the Template
Method design pattern.
|
class |
AbstractFormController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
class |
AbstractWizardFormController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
class |
BaseCommandController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
class |
ParameterizableViewController
Trivial controller that always returns a named view.
|
class |
PortletWrappingController
Controller implementation that wraps a portlet instance which it manages
internally. |
class |
SimpleFormController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationMethodHandlerAdapter
Implementation of the
HandlerAdapter
interface that maps handler methods based on portlet modes, action/render phases
and request parameters expressed through the RequestMapping annotation. |
Copyright © 2015. All rights reserved.