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