Uses of Class
org.springframework.web.servlet.HandlerExecutionChain
Packages that use HandlerExecutionChain
Package
Description
Provides servlets that integrate with the application context
 infrastructure, and the core interfaces and classes for the
 Spring web MVC framework.
Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
- 
Uses of HandlerExecutionChain in org.springframework.web.servletMethods in org.springframework.web.servlet that return HandlerExecutionChainModifier and TypeMethodDescriptionprotected HandlerExecutionChainDispatcherServlet.getHandler(HttpServletRequest request) Return the HandlerExecutionChain for this request.HandlerMapping.getHandler(HttpServletRequest request) Return a handler and any interceptors for this request.
- 
Uses of HandlerExecutionChain in org.springframework.web.servlet.handlerMethods in org.springframework.web.servlet.handler that return HandlerExecutionChainModifier and TypeMethodDescriptionprotected HandlerExecutionChainAbstractHandlerMapping.getCorsHandlerExecutionChain(HttpServletRequest request, HandlerExecutionChain chain, CorsConfiguration config) Update the HandlerExecutionChain for CORS-related handling.final HandlerExecutionChainAbstractHandlerMapping.getHandler(HttpServletRequest request) Look up a handler for the given request, falling back to the default handler if no specific one is found.protected HandlerExecutionChainAbstractHandlerMapping.getHandlerExecutionChain(Object handler, HttpServletRequest request) Build aHandlerExecutionChainfor the given handler, including applicable interceptors.Methods in org.springframework.web.servlet.handler with parameters of type HandlerExecutionChainModifier and TypeMethodDescriptionprotected HandlerExecutionChainAbstractHandlerMapping.getCorsHandlerExecutionChain(HttpServletRequest request, HandlerExecutionChain chain, CorsConfiguration config) Update the HandlerExecutionChain for CORS-related handling.