Class SessionScope

All Implemented Interfaces:
org.springframework.beans.factory.config.Scope

public class SessionScope extends AbstractRequestAttributesScope
Session-backed Scope implementation.

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

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