|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.web.session.HttpSessionEventPublisher
public class HttpSessionEventPublisher
Declared in web.xml as
<listener>
<listener-class>org.springframework.security.web.session.HttpSessionEventPublisher</listener-class>
</listener>
Publishes HttpSessionApplicationEvents to the Spring Root WebApplicationContext. Maps
javax.servlet.http.HttpSessionListener.sessionCreated() to HttpSessionCreatedEvent. Maps
javax.servlet.http.HttpSessionListener.sessionDestroyed() to HttpSessionDestroyedEvent.
| Constructor Summary | |
|---|---|
HttpSessionEventPublisher()
|
|
| Method Summary | |
|---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event)
Handles the HttpSessionEvent by publishing a HttpSessionCreatedEvent to the application
appContext. |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
Handles the HttpSessionEvent by publishing a HttpSessionDestroyedEvent to the application
appContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpSessionEventPublisher()
| Method Detail |
|---|
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
HttpSessionCreatedEvent to the application
appContext.
sessionCreated in interface javax.servlet.http.HttpSessionListenerevent - HttpSessionEvent passed in by the containerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
HttpSessionDestroyedEvent to the application
appContext.
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerevent - The HttpSessionEvent pass in by the container
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||