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

Quick Search    Search Deep

org.acegisecurity.ui.session
Class HttpSessionApplicationEvent  view HttpSessionApplicationEvent download HttpSessionApplicationEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.springframework.context.ApplicationEvent
          extended byorg.acegisecurity.ui.session.HttpSessionApplicationEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HttpSessionCreatedEvent, HttpSessionDestroyedEvent

public abstract class HttpSessionApplicationEvent
extends org.springframework.context.ApplicationEvent

Parent class for published HttpSession events


Field Summary
 
Fields inherited from class org.springframework.context.ApplicationEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HttpSessionApplicationEvent(javax.servlet.http.HttpSession httpSession)
          Base constructor for all subclasses must have an HttpSession
 
Method Summary
 javax.servlet.http.HttpSession getSession()
          Get the HttpSession that is the cause of the event
 
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

HttpSessionApplicationEvent

public HttpSessionApplicationEvent(javax.servlet.http.HttpSession httpSession)
Base constructor for all subclasses must have an HttpSession

Method Detail

getSession

public javax.servlet.http.HttpSession getSession()
Get the HttpSession that is the cause of the event