| Name | Description | Type | Package | Framework |
| AbstractController | Convenient superclass for controller implementations, using the TemplateMethod design pattern. | Class | org.springframework.web.portlet.mvc | Spring MVC |
|
| AbstractHandlerExceptionResolver | Abstract base class for HandlerExceptionResolver implementations. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| AbstractHandlerMapping | Abstract base class for HandlerMappingSince:2. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| AbstractMapBasedHandlerMapping | Abstract base class for HandlerMappingSupports arbitrary lookup keys, and automatically resolves handler bean names | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| AbstractMapBasedHandlerMapping .PortletRequestMappingPredicate | Predicate interface for determining a match with a given request. | Interface | org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping | Spring MVC |
|
| AbstractRefreshablePortletApplicationContext | AbstractRefreshableApplicationContextsubclass which implements the ConfigurablePortletApplicationContext | Class | org.springframework.web.portlet.context | Spring MVC |
|
| ActionMapping | Annotation for mapping Portlet action requests onto handler methods. | Class | org.springframework.web.portlet.bind.annotation | Spring MVC |
|
| AnnotationMethodHandlerAdapter | interface that maps handler methods based on portlet modes, action/render phasesand request parameters expressed through the RequestMapping annotation. | Class | org.springframework.web.portlet.mvc.annotation | Spring MVC |
|
| AnnotationMethodHandlerExceptionResolver | exceptions through the ExceptionHandler annotation. | Class | org.springframework.web.portlet.mvc.annotation | Spring MVC |
|
| CommonsPortletMultipartResolver | PortletMultipartResolver implementation forApache Commons FileUpload | Class | org.springframework.web.portlet.multipart | Spring MVC |
|
| ConfigurablePortletApplicationContext | Interface to be implemented by configurable portlet application contexts. | Interface | org.springframework.web.portlet.context | Spring MVC |
|
| Controller | Base portlet Controller interface, representing a component that receivesRenderRequest/RenderResponse and ActionRequest/ActionResponse like a | Interface | org.springframework.web.portlet.mvc | Spring MVC |
|
| DefaultAnnotationHandlerMapping | interface that maps handlers based on portlet modes expressed through theRequestMapping annotation at the type or method level. | Class | org.springframework.web.portlet.mvc.annotation | Spring MVC |
|
| DefaultMultipartActionRequest | Default implementation of the MultipartActionRequest interface. | Class | org.springframework.web.portlet.multipart | Spring MVC |
|
| DispatcherPortlet | Central dispatcher for use within the Portlet MVC framework, e. | Class | org.springframework.web.portlet | Spring MVC |
|
| EventAwareController | Extension of the Portlet Controller interface that allowsfor handling Portlet 2. | Interface | org.springframework.web.portlet.mvc | Spring MVC |
|
| EventMapping | Annotation for mapping Portlet event requests onto handler methods. | Class | org.springframework.web.portlet.bind.annotation | Spring MVC |
|
| FrameworkPortlet | Base portlet for Spring's portlet framework. | Class | org.springframework.web.portlet | Spring MVC |
|
| GenericPortletBean | Simple extension of javax. | Class | org.springframework.web.portlet | Spring MVC |
|
| HandlerAdapter | Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow. | Interface | org.springframework.web.portlet | Spring MVC |
|
| HandlerExceptionResolver | Interface to be implemented by objects than can resolve exceptions thrownduring handler mapping or execution, in the typical case to error views. | Interface | org.springframework.web.portlet | Spring MVC |
|
| HandlerExecutionChain | Handler execution chain, consisting of handler object and any handler interceptors. | Class | org.springframework.web.portlet | Spring MVC |
|
| HandlerInterceptor | Workflow interface that allows for customized handler execution chains. | Interface | org.springframework.web.portlet | Spring MVC |
|
| HandlerInterceptorAdapter | Abstract adapter class for the HandlerInterceptor interface,for simplified implementation of pre-only/post-only interceptors. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| HandlerMapping | Interface to be implemented by objects that define a mapping betweenrequests and handler objects. | Interface | org.springframework.web.portlet | Spring MVC |
|
| MissingPortletRequestParameterException | PortletRequestBindingException subclass that indicates a missing parameter. | Class | org.springframework.web.portlet.bind | Spring MVC |
|
| ModelAndView | Holder for both Model and View in the web MVC framework. | Class | org.springframework.web.portlet | Spring MVC |
|
| ModelAndViewDefiningException | Exception to be thrown on error conditions that should forwardto a specific view with a specific model. | Class | org.springframework.web.portlet | Spring MVC |
|
| MultipartActionRequest | Interface which provides additional methods for dealing with multipartcontent within a portlet request, allowing to access uploaded files. | Interface | org.springframework.web.portlet.multipart | Spring MVC |
|
| NoHandlerFoundException | Exception to be thrown if DispatcherPortlet is unable to determinea corresponding handler for an incoming portlet request. | Class | org.springframework.web.portlet | Spring MVC |
|
| ParameterHandlerMapping | to map from a request parameter to request handler beans. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| ParameterizableViewController | Trivial controller that always returns a named view. | Class | org.springframework.web.portlet.mvc | Spring MVC |
|
| ParameterMappingInterceptor | Interceptor to forward a request parameter from the ActionRequest to theThis can be useful when using ParameterHandlerMapping | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletApplicationContextUtils | Convenience methods for retrieving the root WebApplicationContext fora given PortletContext. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletApplicationObjectSupport | Convenient superclass for application objects running in a Portlet ApplicationContext. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletConfigAware | Interface to be implemented by any object that wishes to be notifiedof the PortletConfig (typically determined by the PortletApplicationContext) | Interface | org.springframework.web.portlet.context | Spring MVC |
|
| PortletConfigPropertySource | PropertySource that reads init parameters from a PortletConfig object. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContentGenerator | Convenient superclass for any kind of web content generator,like AbstractController. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletContextAware | Interface to be implemented by any object that wishes to be notifiedof the PortletContext (typically determined by the PortletApplicationContext) | Interface | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextAwareProcessor | the PortletContextAware interface. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextPropertySource | PropertySource that reads init parameters from a PortletContext object. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextResource | Resource implementation forPortletContext resources, interpreting | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextResourceLoader | ResourceLoader implementation that resolves paths as PortletContextresources, for use outside a Portlet ApplicationContext (for example, | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextResourcePatternResolver | PortletContext-aware subclass of PathMatchingResourcePatternResolver,able to find matching resources below the web application root directory | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletContextScope | Scope wrapper for a PortletContext, i. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletModeHandlerMapping | interface to map from the current PortletMode to request handler beans. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletModeNameViewController | Trivial controller that transforms the PortletMode to a view name. | Class | org.springframework.web.portlet.mvc | Spring MVC |
|
| PortletModeParameterHandlerMapping | interface to map from the current PortletMode and a request parameter torequest handler beans. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletMultipartResolver | Portlet version of Spring's multipart resolution strategy for file uploadsas defined in RFC 1867. | Interface | org.springframework.web.portlet.multipart | Spring MVC |
|
| PortletRequestAttributes | Portlet-based implementation of theRequestAttributes interface. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletRequestBindingException | Fatal binding exception, thrown when we want totreat binding exceptions as unrecoverable. | Class | org.springframework.web.portlet.bind | Spring MVC |
|
| PortletRequestDataBinder | Special DataBinder to perform data bindingfrom portlet request parameters to JavaBeans, including support for multipart files. | Class | org.springframework.web.portlet.bind | Spring MVC |
|
| PortletRequestHandledEvent | Portlet-specific subclass of RequestHandledEvent,adding portlet-specific context information. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletRequestMethodNotSupportedException | Exception thrown when a request handler does not support aspecific request method. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletRequestParameterPropertyValues | PropertyValues implementation created from parameters in a PortletRequest. | Class | org.springframework.web.portlet.bind | Spring MVC |
|
| PortletRequestUtils | Parameter extraction methods, for an approach distinct from data binding,in which parameters of specific types are required. | Class | org.springframework.web.portlet.bind | Spring MVC |
|
| PortletSessionRequiredException | Exception thrown when a portlet content generator requires a pre-existing session. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| PortletUtils | Miscellaneous utilities for portlet applications. | Class | org.springframework.web.portlet.util | Spring MVC |
|
| PortletWebRequest | for a PortletRequest. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| PortletWrappingController | Controller implementation that wraps a portlet instance which it managesinternally. | Class | org.springframework.web.portlet.mvc | Spring MVC |
|
| RenderMapping | Annotation for mapping Portlet render requests onto handler methods. | Class | org.springframework.web.portlet.bind.annotation | Spring MVC |
|
| ResourceAwareController | Extension of the Portlet Controller interface that allowsfor handling Portlet 2. | Interface | org.springframework.web.portlet.mvc | Spring MVC |
|
| ResourceMapping | Annotation for mapping Portlet resource requests onto handler methods. | Class | org.springframework.web.portlet.bind.annotation | Spring MVC |
|
| SimpleControllerHandlerAdapter | Adapter to use the Controller workflow interface with the generic DispatcherPortlet. | Class | org.springframework.web.portlet.mvc | Spring MVC |
|
| SimpleMappingExceptionResolver | HandlerExceptionResolver implementationthat allows for mapping exception class names to view names, either for a | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| SimplePortletHandlerAdapter | Adapter to use the Portlet interface with the generic DispatcherPortlet. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| SimplePortletPostProcessor | Bean post-processor that applies initialization and destruction callbacksto beans that implement the Portlet interface. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| StandardPortletEnvironment | Environment implementation to be used by Servlet-based webapplications. | Class | org.springframework.web.portlet.context | Spring MVC |
|
| StaticPortletApplicationContext | Static Portlet-based ApplicationContextConfigurablePortletApplicationContext | Class | org.springframework.web.portlet.context | Spring MVC |
|
| UserRoleAuthorizationInterceptor | Interceptor that checks the authorization of the current user via theuser's roles, as evaluated by PortletRequest's isUserInRole method. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| WebRequestHandlerInterceptorAdapter | Adapter that implements the Portlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor. | Class | org.springframework.web.portlet.handler | Spring MVC |
|
| XmlPortletApplicationContext | Portlet-based WebApplicationContextby an XmlBeanDefinitionReader. | Class | org.springframework.web.portlet.context | Spring MVC |