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.
|
Modifier and Type | Method and Description |
---|---|
protected HandlerExecutionChain |
DispatcherPortlet.getHandler(javax.portlet.PortletRequest request)
Return the HandlerExecutionChain for this request.
|
HandlerExecutionChain |
HandlerMapping.getHandler(javax.portlet.PortletRequest request)
Return a handler and any interceptors for this request.
|
Modifier and Type | Method and Description |
---|---|
HandlerExecutionChain |
AbstractHandlerMapping.getHandler(javax.portlet.PortletRequest request)
Look up a handler for the given request, falling back to the default
handler if no specific one is found.
|
protected HandlerExecutionChain |
AbstractHandlerMapping.getHandlerExecutionChain(Object handler,
javax.portlet.PortletRequest request)
Build a HandlerExecutionChain for the given handler, including applicable interceptors.
|
Copyright © 2015. All rights reserved.