|
|||||||||
| Home >> All >> org >> acegisecurity >> ui >> [ session overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.ui.session
Class HttpSessionApplicationEvent

java.lang.Objectjava.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.ui.session.HttpSessionApplicationEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- HttpSessionCreatedEvent, HttpSessionDestroyedEvent
- public abstract class HttpSessionApplicationEvent
- extends org.springframework.context.ApplicationEvent
Parent class for published HttpSession events
| Field Summary |
| Fields inherited from class org.springframework.context.ApplicationEvent |
|
| Fields inherited from class java.util.EventObject |
source |
| 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 |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
HttpSessionApplicationEvent
public HttpSessionApplicationEvent(javax.servlet.http.HttpSession httpSession)
- Base constructor for all subclasses must have an HttpSession
| Method Detail |
getSession
public javax.servlet.http.HttpSession getSession()
- Get the HttpSession that is the cause of the event
|
|||||||||
| Home >> All >> org >> acegisecurity >> ui >> [ session overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC