Uses of Interface
org.springframework.web.context.request.WebRequestInterceptor
Packages that use WebRequestInterceptor
Package
Description
Classes supporting the
org.springframework.orm.hibernate5 package.Classes supporting the
org.springframework.orm.jpa package.Support for generic request context holding, in particular for
scoping of application objects per HTTP request or HTTP session.
Annotation-based setup for Spring MVC.
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
-
Uses of WebRequestInterceptor in org.springframework.orm.hibernate5.support
Classes in org.springframework.orm.hibernate5.support that implement WebRequestInterceptorModifier and TypeClassDescriptionclassSpring web request interceptor that binds a HibernateSessionto the thread for the entire processing of the request. -
Uses of WebRequestInterceptor in org.springframework.orm.jpa.support
Classes in org.springframework.orm.jpa.support that implement WebRequestInterceptorModifier and TypeClassDescriptionclassSpring web request interceptor that binds a JPA EntityManager to the thread for the entire processing of the request. -
Uses of WebRequestInterceptor in org.springframework.web.context.request
Subinterfaces of WebRequestInterceptor in org.springframework.web.context.requestModifier and TypeInterfaceDescriptioninterfaceExtendsWebRequestInterceptorwith a callback method invoked during asynchronous request handling. -
Uses of WebRequestInterceptor in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation with parameters of type WebRequestInterceptorModifier and TypeMethodDescriptionInterceptorRegistry.addWebRequestInterceptor(WebRequestInterceptor interceptor) Adds the providedWebRequestInterceptor. -
Uses of WebRequestInterceptor in org.springframework.web.servlet.handler
Constructors in org.springframework.web.servlet.handler with parameters of type WebRequestInterceptorModifierConstructorDescriptionMappedInterceptor(String[] includePatterns, String[] excludePatterns, WebRequestInterceptor interceptor) Variant ofMappedInterceptor(String[], String[], HandlerInterceptor, PathPatternParser)with aWebRequestInterceptoras the target.MappedInterceptor(String[] includePatterns, WebRequestInterceptor interceptor) Variant ofMappedInterceptor(String[], String[], HandlerInterceptor, PathPatternParser)with aWebRequestInterceptoras the target.WebRequestHandlerInterceptorAdapter(WebRequestInterceptor requestInterceptor) Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.