java.lang.Object
ru.gammalabs.ice.framework.ICEHttpSessionListener
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.http.HttpSessionBindingListener
- public class ICEHttpSessionListener
- extends java.lang.Object
- implements javax.servlet.http.HttpSessionBindingListener
Класс для логаута пользователя при
уничтожении сессии.
- Version:
- $Revision: 1.2 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actor
private Actor actor
ICEHttpSessionListener
public ICEHttpSessionListener(Actor actor)
valueBound
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
- Description copied from interface:
javax.servlet.http.HttpSessionBindingListener
- Notifies the object that it is being bound to
a session and identifies the session.
- Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener
valueUnbound
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
- Description copied from interface:
javax.servlet.http.HttpSessionBindingListener
- Notifies the object that it is being unbound
from a session and identifies the session.
- Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener