Package org.jasig.portal.spring.web.context.support

Class Summary
ApplicationContextDelagatingSessionListener HttpSessionListener that publishes HttpSessionCreatedEvent and HttpSessionDestroyedEvent events to the WebApplicationContext retrieved using WebApplicationContextUtils.getRequiredWebApplicationContext(ServletContext)
FailsafeSingletonScope Wraps a Scope to provide functionality when the wrapped scope can't function due to an illegal state (no current session, request, ...)
HttpSessionCreatedEvent This is a spring application context compatible version of HttpSessionEvent that is sent to the application context when HttpSessionListener.sessionCreated(javax.servlet.http.HttpSessionEvent) is called.
HttpSessionDestroyedEvent This is a spring application context compatible version of HttpSessionEvent that is sent to the application context when HttpSessionListener.sessionDestroyed(javax.servlet.http.HttpSessionEvent) is called.
HttpSessionEvent Event about a HttpSession.
PortalSessionScope Wraps SessionScope to provide functionality when no session is available by using a singleton instance.
 



Copyright © 2010 Jasig. All Rights Reserved.