| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortletContextAware | |
|---|---|
| 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. | 
| Uses of PortletContextAware in org.springframework.web.portlet.context | 
|---|
| Classes in org.springframework.web.portlet.context that implement PortletContextAware | |
|---|---|
|  class | PortletApplicationObjectSupportConvenient superclass for application objects running in a Portlet ApplicationContext. | 
| Uses of PortletContextAware in org.springframework.web.portlet.handler | 
|---|
| Classes in org.springframework.web.portlet.handler that implement PortletContextAware | |
|---|---|
|  class | PortletContentGeneratorConvenient superclass for any kind of web content generator, like AbstractController. | 
|  class | SimplePortletPostProcessorBean post-processor that applies initialization and destruction callbacks to beans that implement the Portlet interface. | 
| Uses of PortletContextAware in org.springframework.web.portlet.multipart | 
|---|
| Classes in org.springframework.web.portlet.multipart that implement PortletContextAware | |
|---|---|
|  class | CommonsPortletMultipartResolverPortletMultipartResolverimplementation for
 Jakarta Commons FileUpload
 1.1 or above. | 
| Uses of PortletContextAware in org.springframework.web.portlet.mvc | 
|---|
| Classes in org.springframework.web.portlet.mvc that implement PortletContextAware | |
|---|---|
|  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 | 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 | ParameterizableViewControllerTrivial controller that always returns a named view. | 
|  class | PortletWrappingControllerControllerimplementation that wraps a portlet instance which it manages
 internally. | 
|  class | SimpleFormControllerConcrete FormController implementation that provides configurable form and success views, and an onSubmit chain for convenient overriding. | 
| Uses of PortletContextAware in org.springframework.web.portlet.mvc.annotation | 
|---|
| Classes in org.springframework.web.portlet.mvc.annotation that implement PortletContextAware | |
|---|---|
|  class | AnnotationMethodHandlerAdapterImplementation of the HandlerAdapterinterface that maps handler methods based on portlet modes, action/render phases
 and request parameters expressed through theRequestMappingannotation. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||