org.springframework.security.ui.session
Class HttpSessionApplicationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.ui.session.HttpSessionApplicationEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HttpSessionCreatedEvent, HttpSessionDestroyedEvent
public abstract class HttpSessionApplicationEvent
- extends ApplicationEvent
Parent class for published HttpSession events
- Author:
- Ray Krueger
- See Also:
- Serialized Form
HttpSessionApplicationEvent
public HttpSessionApplicationEvent(HttpSession httpSession)
- Base constructor for all subclasses must have an HttpSession
- Parameters:
httpSession
- The session to carry as the event source.
getSession
public HttpSession getSession()
- Get the HttpSession that is the cause of the event
- Returns:
- HttpSession instance
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.