Uses of Interface
org.springframework.web.context.request.RequestAttributes
Packages that use RequestAttributes
Package
Description
Support for generic request context holding, in particular for
scoping of application objects per HTTP request or HTTP session.
Support for asynchronous request processing.
-
Uses of RequestAttributes in org.springframework.web.context.request
Subinterfaces of RequestAttributes in org.springframework.web.context.requestModifier and TypeInterfaceDescriptioninterfaceExtension of theWebRequestinterface, exposing the native request and response objects in a generic fashion.interfaceGeneric interface for a web request.Classes in org.springframework.web.context.request that implement RequestAttributesModifier and TypeClassDescriptionclassAbstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes.classRequestAttributesadapter for a JSFFacesContext.classWebRequestadapter for a JSFFacesContext.classServlet-based implementation of theRequestAttributesinterface.classWebRequestadapter for anHttpServletRequest.Methods in org.springframework.web.context.request that return RequestAttributesModifier and TypeMethodDescriptionstatic RequestAttributesRequestContextHolder.currentRequestAttributes()Return the RequestAttributes currently bound to the thread.static RequestAttributesRequestContextHolder.getRequestAttributes()Return the RequestAttributes currently bound to the thread.RequestAttributesThreadLocalAccessor.getValue()Methods in org.springframework.web.context.request with parameters of type RequestAttributesModifier and TypeMethodDescriptionstatic voidRequestContextHolder.setRequestAttributes(RequestAttributes attributes) Bind the given RequestAttributes to the current thread, not exposing it as inheritable for child threads.static voidRequestContextHolder.setRequestAttributes(RequestAttributes attributes, boolean inheritable) Bind the given RequestAttributes to the current thread.voidRequestAttributesThreadLocalAccessor.setValue(RequestAttributes value) -
Uses of RequestAttributes in org.springframework.web.context.request.async
Subinterfaces of RequestAttributes in org.springframework.web.context.request.asyncModifier and TypeInterfaceDescriptioninterfaceExtendsNativeWebRequestwith methods for asynchronous request processing.Classes in org.springframework.web.context.request.async that implement RequestAttributes