| Package | Description |
|---|---|
| org.springframework.web.portlet |
Provides JSR-168 portlets that integrate with the application context
infrastructure, and the core interfaces and classes for the Portlet
variant of Spring's web MVC framework.
|
| org.springframework.web.portlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
| 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.
|
| Class and Description |
|---|
| FrameworkPortlet
Base portlet for Spring's portlet framework.
|
| GenericPortletBean
Simple extension of
javax.portlet.GenericPortlet that treats
its config parameters as bean properties. |
| HandlerAdapter
Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow.
|
| HandlerExecutionChain
Handler execution chain, consisting of handler object and any handler interceptors.
|
| HandlerInterceptor
Workflow interface that allows for customized handler execution chains.
|
| ModelAndView
Holder for both Model and View in the web MVC framework.
|
| Class and Description |
|---|
| HandlerAdapter
Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow.
|
| HandlerExceptionResolver
Interface to be implemented by objects than can resolve exceptions thrown
during handler mapping or execution, in the typical case to error views.
|
| HandlerExecutionChain
Handler execution chain, consisting of handler object and any handler interceptors.
|
| HandlerInterceptor
Workflow interface that allows for customized handler execution chains.
|
| HandlerMapping
Interface to be implemented by objects that define a mapping between
requests and handler objects.
|
| ModelAndView
Holder for both Model and View in the web MVC framework.
|
| Class and Description |
|---|
| HandlerAdapter
Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow.
|
| ModelAndView
Holder for both Model and View in the web MVC framework.
|
| Class and Description |
|---|
| HandlerAdapter
Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow.
|
| HandlerExceptionResolver
Interface to be implemented by objects than can resolve exceptions thrown
during handler mapping or execution, in the typical case to error views.
|
| HandlerMapping
Interface to be implemented by objects that define a mapping between
requests and handler objects.
|
| ModelAndView
Holder for both Model and View in the web MVC framework.
|
Copyright © 2015. All rights reserved.