|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandlerExecutionChain | |
---|---|
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. |
Uses of HandlerExecutionChain in org.springframework.web.portlet |
---|
Methods in org.springframework.web.portlet that return HandlerExecutionChain | |
---|---|
HandlerExecutionChain |
HandlerMapping.getHandler(javax.portlet.PortletRequest request)
Return a handler and any interceptors for this request. |
protected HandlerExecutionChain |
DispatcherPortlet.getHandler(javax.portlet.PortletRequest request,
boolean cache)
Return the HandlerExecutionChain for this request. |
Uses of HandlerExecutionChain in org.springframework.web.portlet.handler |
---|
Methods in org.springframework.web.portlet.handler that return HandlerExecutionChain | |
---|---|
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. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |