The Spring Framework

Uses of Class
org.springframework.web.portlet.HandlerExecutionChain

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(PortletRequest request)
          Return a handler and any interceptors for this request.
protected  HandlerExecutionChain DispatcherPortlet.getHandler(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(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, PortletRequest request)
          Build a HandlerExecutionChain for the given handler, including applicable interceptors.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.