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

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

Introduction

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

Usage

From source file com.gcrm.security.AuthenticationSuccessListener.java

/**
 * Authentication success listener
 */
public class AuthenticationSuccessListener implements HttpSessionAttributeListener {
    public final static String LOGIN_USER = "loginUser";

From source file org.kuali.rice.krad.web.listener.NonSerializableSessionListener.java

/**
 * A session listener that detects when a non-serializable attributes is added to session.
 *
 * @author Kuali Rice Team (rice.collab@kuali.org)
 */
public class NonSerializableSessionListener implements HttpSessionAttributeListener {

From source file MyServlet.java

/**
 * Example listener for context-related application events, which were
 * introduced in the 2.3 version of the Servlet API.  This listener
 * merely documents the occurrence of such events in the application log
 * associated with our servlet context.
 *

From source file org.kuali.rice.krad.web.session.NonSerializableSessionListener.java

/** A session listener that detects when a non-serializable attributes is added to session. **/
public class NonSerializableSessionListener implements HttpSessionAttributeListener {
    private static final Log LOG = LogFactory.getLog(NonSerializableSessionListener.class);
    private static final String ENABLE_SERIALIZATION_CHECK = "enableSerializationCheck";
    private Boolean serializationCheckEnabled;

From source file org.projectforge.web.debug.SessionSerializableChecker.java

/**
 * In production environment this checker does nothing.
 * @author wolle
 * @see WicketApplication#isDevelopmentMode()
 * 
 */

From source file org.openmrs.contrib.metadatarepository.webapp.listener.UserCounterListener.java

/**
 * UserCounterListener class used to count the current number
 * of active users for the applications.  Does this by counting
 * how many user objects are stuffed into the session.  It also grabs
 * these users and exposes them in the servlet context.
 *

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

/**
 * HDIV listener for WebSphere environment.
 * 
 * @version 1.1.1
 * @author Roberto Velasco
 * @author Gorka Vicente

From source file org.musicrecital.webapp.listener.UserCounterListener.java

/**
 * UserCounterListener class used to count the current number
 * of active users for the applications.  Does this by counting
 * how many user objects are stuffed into the session.  It also grabs
 * these users and exposes them in the servlet context.
 *

From source file ejportal.webapp.listener.UserCounterListener.java

/**
 * UserCounterListener class used to count the current number of active users
 * for the applications. Does this by counting how many user objects are stuffed
 * into the session. It also grabs these users and exposes them in the servlet
 * context.
 * 

From source file alpha.portal.webapp.listener.UserCounterListener.java

/**
 * UserCounterListener class used to count the current number of active users
 * for the applications. Does this by counting how many user objects are stuffed
 * into the session. It also grabs these users and exposes them in the servlet
 * context.
 *