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

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

Introduction

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

Usage

From source file de.zib.gndms.kit.monitor.GroovyMonitor.java

/**
 * Instances represent a multi-way connection point between an output stream (get-request) and
 * input-streams (post-request) of a GroovyMonitorServlet which can be used to execute server-side
 * groovy script code in a stateful manner.
 * <br />
 * 

From source file net.naijatek.myalumni.framework.struts.MyAlumniUserContainer.java

/**
 * This class is used to store information about a specific user. It is used so
 * that the information is not scattered throughout the HttpSession object. Only
 * this object is stored in the session for the user.
 * 
 * The HttpSessionBindingListener interface is implemented so that it can be

From source file com.facetime.communication.activemq.AmqConsumer.java

/**
 * Represents a messaging client used from inside a web container typically
 * stored inside a HttpSession TODO controls to prevent DOS attacks with users
 * requesting many consumers TODO configure consumers with small prefetch.
 * 
 * @version $Revision: 1.1.1.1 $

From source file com.stimulus.archiva.presentation.SearchBean.java

public class SearchBean extends BaseBean implements HttpSessionBindingListener, Serializable {

    private static final long serialVersionUID = -5738112871526292950L;

    protected int page = 1;
    protected int pageSize = 20;

From source file org.wings.session.PortletSessionServlet.java

/**
 * The servlet engine creates for each user a new HttpSession. This
 * HttpSession can be accessed by all Serlvets running in the engine. A
 * WingServlet creates one wings SessionServlet per HTTPSession and stores
 * it in its context.
 * <p>As the SessionServlets acts as Wrapper for the WingsServlet, you can

From source file fr.aliasource.webmail.server.proxy.client.DummyProxyClient.java

/**
 * This code returns fake data. It is designed to test the GWT ui without
 * running the backend and an IMAP server.
 * 
 * @author tom
 * 

From source file org.wings.session.SessionServlet.java

/**
 * The servlet engine creates for each user a new HttpSession. This
 * HttpSession can be accessed by all Serlvets running in the engine. A
 * WingServlet creates one wings SessionServlet per HTTPSession and stores
 * it in its context.
 * <p>As the SessionServlets acts as Wrapper for the WingsServlet, you can

From source file fr.aliasource.webmail.server.proxy.client.http.ProxyClient.java

/**
 * {@link IAccount} implementation using the MiniG backend to provide data.
 * 
 * @author tom
 * 
 */

From source file com.stimulus.archiva.presentation.ConfigBean.java

public class ConfigBean extends BaseBean implements HttpSessionBindingListener, Serializable {

    private static final long serialVersionUID = 2275642295115995805L;
    protected static Log logger = LogFactory.getLog(MessageBean.class.getName());
    protected static final Log audit = LogFactory.getLog("com.stimulus.archiva.audit");

From source file org.jahia.bin.listeners.JahiaContextLoaderListener.java

/**
 * Entry point and startup/shutdown listener for all Jahia services, including Spring application context, OSGi platform service etc.
 *
 * @author Serge Huber
 */
public class JahiaContextLoaderListener extends PortalStartupListener implements ServletRequestListener,