Uses of Interface
org.springframework.web.servlet.AsyncHandlerInterceptor
Packages that use AsyncHandlerInterceptor
Package
Description
Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
- 
Uses of AsyncHandlerInterceptor in org.springframework.web.servlet.handler
Classes in org.springframework.web.servlet.handler that implement AsyncHandlerInterceptorModifier and TypeClassDescriptionclassAdapter that implements the Servlet HandlerInterceptor interface and wraps an underlying WebRequestInterceptor.