站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.web.servlet.HandlerExecutionChain (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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

Packages that use HandlerExecutionChain
org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
 

Uses of HandlerExecutionChain in org.springframework.web.servlet
 

Methods in org.springframework.web.servlet that return HandlerExecutionChain
 HandlerExecutionChain HandlerMapping.getHandler(HttpServletRequest request)
          Return a handler and any interceptors for this request.
protected  HandlerExecutionChain DispatcherServlet.getHandler(HttpServletRequest request, boolean cache)
          Return the HandlerExecutionChain for this request.
 

Uses of HandlerExecutionChain in org.springframework.web.servlet.handler
 

Methods in org.springframework.web.servlet.handler that return HandlerExecutionChain
 HandlerExecutionChain AbstractHandlerMapping.getHandler(HttpServletRequest 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, HttpServletRequest request)
          Build a HandlerExecutionChain for the given handler, including applicable interceptors.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.