Package | Description |
---|---|
org.springframework.web.portlet.mvc |
Standard controller implementations for the portlet MVC framework that
comes with Spring.
|
Class and Description |
---|
AbstractController
Convenient superclass for controller implementations, using the Template
Method design pattern.
|
AbstractFormController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
BaseCommandController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
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. |
EventAwareController
Extension of the Portlet
Controller interface that allows
for handling Portlet 2.0 event requests as well. |
ResourceAwareController
Extension of the Portlet
Controller interface that allows
for handling Portlet 2.0 resource requests as well. |
Copyright © 2015. All rights reserved.