com.sdm.quasar.client.jsf.application
Class HttpSessionDestroyedHandler

java.lang.Object
  extended bycom.sdm.quasar.client.jsf.application.HttpSessionDestroyedHandler

public class HttpSessionDestroyedHandler
extends java.lang.Object


Field Summary
static java.lang.String SESSION_MANAGER_APPLICATION_CONTEXT_KEY
          Session-key at which the session-manager is stored.
 
Constructor Summary
HttpSessionDestroyedHandler()
           
 
Method Summary
 void sessionCreated(HttpSessionEvent sessionEvent)
          {@inheritDoc}
 void sessionDestroyed(HttpSessionEvent sessionEvent)
          {@inheritDoc} This method is called, when the HttpSession#invalidate() method is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_MANAGER_APPLICATION_CONTEXT_KEY

public static final java.lang.String SESSION_MANAGER_APPLICATION_CONTEXT_KEY
Session-key at which the session-manager is stored.

See Also:
Constant Field Values
Constructor Detail

HttpSessionDestroyedHandler

public HttpSessionDestroyedHandler()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent sessionEvent)
{@inheritDoc}

See Also:
javax.servlet.http.HttpSessionListener#sessionCreated(javax.servlet.http.HttpSessionEvent)

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent sessionEvent)
{@inheritDoc} This method is called, when the HttpSession#invalidate() method is called. In this case the dialogs have to be prperly disposed.

See Also:
javax.servlet.http.HttpSessionListener#sessionDestroyed(javax.servlet.http.HttpSessionEvent)