|
|||||||||
| 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.springframework.security.core.session.SessionCreationEvent
org.springframework.security.web.session.HttpSessionCreatedEvent
public class HttpSessionCreatedEvent
Published by the HttpSessionEventPublisher when an HttpSession is created by the container
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
HttpSessionCreatedEvent(javax.servlet.http.HttpSession session)
|
|
| Method Summary | |
|---|---|
javax.servlet.http.HttpSession |
getSession()
|
| 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 HttpSessionCreatedEvent(javax.servlet.http.HttpSession session)
| Method Detail |
|---|
public javax.servlet.http.HttpSession getSession()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||