Handles the HttpSessionEvent by publishing a HttpSessionCreationEvent to the
application appContext.
Handles the HttpSessionEvent by publishing a HttpSessionCreationEvent to the
application appContext.
HttpSessionEvent passed in by the container
Handles the HttpSessionEvent by publishing a HttpSessionDestroyedEvent to the
application appContext.
Handles the HttpSessionEvent by publishing a HttpSessionDestroyedEvent to the
application appContext.
The HttpSessionEvent pass in by the container
Declared in web.xml as
<listener> <listener-class>org.beangle.commons.web.session.HttpSessionEventPublisher</listener-class> </listener>Publishes
HttpSessionApplicationEvents to the Bean Root Context. Maps javax.servlet.http.HttpSessionListener.sessionCreated() toHttpSessionCreationEvent. Maps javax.servlet.http.HttpSessionListener.sessionDestroyed() toHttpSessionDestroyedEvent.