|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.ui.session.HttpSessionApplicationEvent
public abstract class HttpSessionApplicationEvent
Parent class for published HttpSession events
| Field Summary |
|---|
| 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 |
|---|
public HttpSessionApplicationEvent(javax.servlet.http.HttpSession httpSession)
httpSession - The session to carry as the event source.| Method Detail |
|---|
public javax.servlet.http.HttpSession getSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||