Example usage for javax.servlet.http HttpSessionListener interface-usage

List of usage examples for javax.servlet.http HttpSessionListener interface-usage

Introduction

In this page you can find the example usage for javax.servlet.http HttpSessionListener interface-usage.

Usage

From source file com.liferay.portal.servlet.PortalSessionListener.java

/**
 * <a href="PortalSessionListener.java.html"><b><i>View Source </i></b></a>
 *
 * @author  Brian Wing Shun Chan
 * @version $Revision: 1.4 $
 *

From source file org.apache.roller.weblogger.ui.core.RollerSession.java

/**
 * Roller session handles session startup and shutdown.
 *
 * @web.listener
 */
public class RollerSession implements HttpSessionListener, HttpSessionActivationListener, Serializable {

From source file org.icefaces.application.showcase.view.bean.examples.component.inputFile.InputFileSessionCleaner.java

/**
 * <p>The InputFileSessionCleaner is responsible for cleaning up any files
 * that may have been uploaded by a session.  The InputFile component by
 * default stores files in an upload folder in the root directory of the
 * deployed application in a child folder named after session id.</p>
 * <p>In most deployment scenarios there is no need to keep files that

From source file com.flexive.war.listener.SessionTimeoutListener.java

/**
 * Session timeout listener. Performs a logout when a session is destroyed, e.g. through a timeout event.
 * This works in clusters only when sessions are not moved between cluster nodes, otherwise the user will
 * be logged out when the session moves.
 *
 * @author Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)

From source file wqm.radio.StationManager.java

/**
 * Date: 11/2/13
 * Time: 12:32 PM
 *
 * @author NigelB
 */

From source file org.alfresco.web.app.ContextListener.java

/**
 * ServletContextListener implementation that initialises the application.
 * 
 * NOTE: This class must appear after the Spring context loader listener
 * 
 * @author gavinc

From source file org.hdiv.listener.InitListener.java

import org.hdiv.util.Constants;
import org.hdiv.util.HDIVUtil;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ResourceBundleMessageSource;
import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.context.support.WebApplicationContextUtils;

From source file nl.strohalm.cyclos.http.LifecycleListener.java

/**
 * Listener for context events
 * @author luis
 */
public class LifecycleListener implements ServletContextListener, HttpSessionListener {

From source file com.vportal.portal.servlet.PortalSessionListener.java

/**
 * <a href="PortalSessionListener.java.html"><b><i>View Source</i></b></a>
 *
 * @author Brian Wing Shun Chan
 *
 */

From source file com.sun.socialsite.web.listeners.SessionListener.java

/**
 * SessionListener
 */
public class SessionListener implements HttpSessionActivationListener, HttpSessionListener, ServletContextListener {

    private static final long serialVersionUID = 0L;