Package | Description |
---|---|
org.springframework.web.portlet.context |
Support for Spring's application context concept in a portlet environment,
including ApplicationContext implementations and various utility classes.
|
org.springframework.web.portlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
org.springframework.web.portlet.multipart |
Multipart resolution framework for handling file uploads.
|
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 |
PortletApplicationObjectSupport
Convenient superclass for application objects running in a Portlet ApplicationContext.
|
Modifier and Type | Class and Description |
---|---|
class |
PortletContentGenerator
Convenient superclass for any kind of web content generator,
like
AbstractController . |
class |
SimplePortletHandlerAdapter
Adapter to use the Portlet interface with the generic DispatcherPortlet.
|
class |
SimplePortletPostProcessor
Bean post-processor that applies initialization and destruction callbacks
to beans that implement the Portlet interface.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsPortletMultipartResolver
PortletMultipartResolver implementation for
Jakarta Commons FileUpload
1.2 or above. |
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 |
SimpleControllerHandlerAdapter
Adapter to use the Controller workflow interface with the generic DispatcherPortlet.
|
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.