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.
|
Modifier and Type | Method and Description |
---|---|
protected HandlerAdapter |
DispatcherPortlet.getHandlerAdapter(Object handler)
Return the HandlerAdapter for this handler object.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePortletHandlerAdapter
Adapter to use the Portlet interface with the generic DispatcherPortlet.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleControllerHandlerAdapter
Adapter to use the Controller workflow interface with the generic DispatcherPortlet.
|
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.