|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandlerAdapter | |
---|---|
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. |
Uses of HandlerAdapter in org.springframework.web.portlet |
---|
Methods in org.springframework.web.portlet that return HandlerAdapter | |
---|---|
protected HandlerAdapter |
DispatcherPortlet.getHandlerAdapter(Object handler)
Return the HandlerAdapter for this handler object. |
Uses of HandlerAdapter in org.springframework.web.portlet.handler |
---|
Classes in org.springframework.web.portlet.handler that implement HandlerAdapter | |
---|---|
class |
SimplePortletHandlerAdapter
Adapter to use the Portlet interface with the generic DispatcherPortlet. |
Uses of HandlerAdapter in org.springframework.web.portlet.mvc |
---|
Classes in org.springframework.web.portlet.mvc that implement HandlerAdapter | |
---|---|
class |
SimpleControllerHandlerAdapter
Adapter to use the Controller workflow interface with the generic DispatcherPortlet. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |