List of usage examples for javax.servlet.http HttpSessionListener interface-usage
From source file jp.terasoluna.fw.web.HttpSessionListenerImpl.java
/**
* <p>HTTPZbVCtTCNCxg??NX?B</p>
*
* <p>HTTPZbV?AZbVRtfBNg
* ????B</p>
*
From source file edu.stanford.muse.webapp.SessionListener.java
public class SessionListener implements HttpSessionListener { public static Log log = LogFactory.getLog(JSPHelper.class); static { log.info("Initializing class edu.stanford.muse.webapp.SessionListener"); } private int sessionCount = 0;
From source file org.apache.axis.transport.http.AxisHTTPSessionListener.java
/** * A simple listener for Servlet 2.3 session lifecycle events. * @web.listener * @author Glen Daniels (gdaniels@apache.org) */ public class AxisHTTPSessionListener implements HttpSessionListener {
From source file be.fedict.eid.applet.beta.webapp.SessionContextListener.java
public class SessionContextListener implements HttpSessionListener { private static final Log LOG = LogFactory.getLog(SessionContextListener.class); @EJB private SessionContextManager sessionContextManager;
From source file com.bstek.dorado.web.servlet.DoradoPreloadListener.java
/** * @author Benny Bao (mailto:benny.bao@bstek.com) * @since 2011-1-21 */ public class DoradoPreloadListener implements ServletContextListener, HttpSessionListener { private static final Log logger = LogFactory.getLog(DoradoPreloadListener.class);
From source file de.berlios.gpon.wui.session.InitSessionListener.java
public class InitSessionListener implements HttpSessionListener { private static Log log = LogFactory.getLog(InitSessionListener.class); public void sessionCreated(HttpSessionEvent event) {
From source file org.araneaframework.servlet.core.StandardSessionListener.java
/** * A session listener which takes care of destroying the session service in the session. * * @author "Toomas Rmer" <toomas@webmedia.ee> */ public class StandardSessionListener implements HttpSessionListener {
From source file nl.b3p.web.SharedSessionData.java
/**
* Maintain a list of active sessions on the application to provide a means of
* sharing session data.
*
* @author mprins
*/
From source file org.acegisecurity.ui.session.HttpSessionEventPublisher.java
/**
* Declared in web.xml as
* <pre>
* <listener>
* <listener-class>org.acegisecurity.ui.session.HttpSessionEventPublisher</listener-class>
* </listener>
From source file be.fedict.eid.dss.webapp.TempFileCleanerHttpSessionListener.java
/**
* Handles the cleanup of temporary files used by the different document
* signature modules.
*
* @author Frank Cornelis
*