java.lang.Object | ||
↳ | org.springframework.web.context.request.AbstractRequestAttributesScope | |
↳ | org.springframework.web.context.request.RequestScope |
Request-backed Scope
implementation.
Relies on a thread-bound RequestAttributes
instance, which
can be exported through RequestContextListener
,
RequestContextFilter
or
DispatcherServlet
.
This Scope
will also work for Portlet environments,
through an alternate RequestAttributes
implementation
(as exposed out-of-the-box by Spring's
DispatcherPortlet
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
There is no conversation id concept for a request, so this method
returns
null . |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Template method that determines the actual target scope.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
There is no conversation id concept for a request, so this method
returns null
.
Template method that determines the actual target scope.
RequestAttributes
constant