Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.acegisecurity.ui.session

Class Summary
HttpSessionApplicationEvent Parent class for published HttpSession events
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
HttpSessionEventPublisher Declared in web.xml as
<listener>
<listener-class>org.acegisecurity.ui.session.HttpSessionEventPublisher</listener-class>
</listener>
Publishes HttpSessionApplicationEvents to the Spring Root WebApplicationContext.