| Home >> All >> org >> acegisecurity >> ui >> [ session Javadoc ] |
org.acegisecurity.ui.session: Javadoc index of package org.acegisecurity.ui.session.
Package Samples:
org.acegisecurity.ui.session
Classes:
HttpSessionEventPublisher: Declared in web.xml as <listener> <listener-class>org.acegisecurity.ui.session.HttpSessionEventPublisher</listener-class> </listener> Publishes HttpSessionApplicationEvent s to the Spring Root WebApplicationContext. Maps javax.servlet.http.HttpSessionListener.sessionCreated() to HttpSessionCreatedEvent . Maps javax.servlet.http.HttpSessionListener.sessionDestroyed() to HttpSessionDestroyedEvent .
HttpSessionCreatedEvent: Published by the HttpSessionEventPublisher when a HttpSession is destroyed by the container
HttpSessionDestroyedEvent: Published by the HttpSessionEventPublisher when a HttpSession is created in the container
HttpSessionApplicationEvent: Parent class for published HttpSession events
| Home | Contact Us | Privacy Policy | Terms of Service |