Class RequestScope

All Implemented Interfaces:
Scope

public class RequestScope extends AbstractRequestAttributesScope
Request-backed Scope implementation.

Relies on a thread-bound RequestAttributes instance, which can be exported through RequestContextListener, RequestContextFilter or DispatcherServlet.

Since:
2.0
Author:
Rod Johnson, Juergen Hoeller, Rob Harrop
See Also: