Uses of Class
org.springframework.web.servlet.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.servlet
Modifier and TypeMethodDescriptionprotected HandlerExecutionChain
DispatcherServlet.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.handler
Modifier and TypeMethodDescriptionprotected HandlerExecutionChain
AbstractHandlerMapping.getCorsHandlerExecutionChain
(HttpServletRequest request, HandlerExecutionChain chain, CorsConfiguration config) UpdateHandlerExecutionChain
for CORS requests, inserting an interceptor at the start of the chain to perform CORS checks, and also using a no-op handler for preflight requests.final 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 aHandlerExecutionChain
for the given handler, including applicable interceptors.Modifier and TypeMethodDescriptionprotected HandlerExecutionChain
AbstractHandlerMapping.getCorsHandlerExecutionChain
(HttpServletRequest request, HandlerExecutionChain chain, CorsConfiguration config) UpdateHandlerExecutionChain
for CORS requests, inserting an interceptor at the start of the chain to perform CORS checks, and also using a no-op handler for preflight requests.