Request-backed
org.springframework.beans.factory.config.Scope implementation.
Relies on a thread-bound
RequestAttributes instance, which
can be exported through
RequestContextListener ,
org.springframework.web.filter.RequestContextFilter or
org.springframework.web.servlet.DispatcherServlet .
This Scope will also work for Portlet environments,
through an alternate RequestAttributes implementation
(as exposed out-of-the-box by Spring's
org.springframework.web.portlet.DispatcherPortlet .
author: Rod Johnson author: Juergen Hoeller author: Rob Harrop since: 2.0 See Also: RequestContextHolder.currentRequestAttributes See Also: RequestAttributes.SCOPE_REQUEST See Also: RequestContextListener See Also: org.springframework.web.filter.RequestContextFilter See Also: org.springframework.web.servlet.DispatcherServlet See Also: org.springframework.web.portlet.DispatcherPortlet |