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 org.nuxeo.ecm.webengine.jaxrs.session.impl.PerSessionCoreProvider.java

/**
 * @author <a href="mailto:bs@nuxeo.com">Bogdan Stefanescu</a>
 *
 */
public class PerSessionCoreProvider extends CoreSessionProvider<Ref> implements HttpSessionBindingListener {

From source file org.vaadin.spring.internal.UIStore.java

/**
 * Serializable storage for all UI scoped beans. The idea is to have one {@code UIStore} stored in each session.
 * Thus, when the session is deserialized, all UI scoped beans and destruction callbacks should also be deserialized.
 *
 * @author Petter Holmstrm (petter@vaadin.com)
 */

From source file com.liusoft.dlog4j.SessionUserObject.java

/**
 * ?
 * @see com.liusoft.dlog4j.beans.UserBean
 * @author Winter Lau
 */
public class SessionUserObject extends _UserBeanBase implements HttpSessionBindingListener {

From source file com.twinsoft.convertigo.engine.requesters.HttpSessionListener.java

/**
 * This class is a workaround class, allowing to detect HTTP session
 * start and end, because of lack of specification from the Servlet
 * 2.2 API.
 */
public class HttpSessionListener implements HttpSessionBindingListener {

From source file org.h3270.web.SessionState.java

/**
 * @author Andre Spiegel spiegel@gnu.org
 * @version $Id: SessionState.java,v 1.23 2008/11/21 14:50:33 spiegel Exp $
 */
public class SessionState implements HttpSessionBindingListener {

From source file org.opensingular.form.wicket.mapper.attachment.upload.FileUploadManager.java

public class FileUploadManager implements Serializable, HttpSessionBindingListener, Loggable {

    public static final String SESSION_KEY = FileUploadManager.class.getName();

    private AttachmentKeyFactory attachmentKeyFactory;
    private UploadInfoRepository uploadInfoRepository;

From source file org.livespark.backend.server.service.build.BuildAndDeployCallable.java

public class BuildAndDeployCallable extends BaseBuildCallable implements HttpSessionBindingListener {

    private final Event<AppReady> appReadyEvent;
    protected final HttpSession session;
    private final Set<File> deployedWars = new LinkedHashSet<>();

From source file com.github.javaplugs.jsf.ViewScope.java

/**
 * Implementation of JSF view scope for spring beans.
 * The core idea is to put spring bean into JSF view scope, that you can access from
 * FacesContext.getCurrentInstance().getViewRoot().getViewMap()
 *
 * @author Vladislav Zablotsky

From source file org.kie.appformer.backend.server.service.build.BuildAndDeployCallable.java

public class BuildAndDeployCallable extends BaseBuildCallable implements HttpSessionBindingListener {

    private final Event<AppReady> appReadyEvent;
    protected final HttpSession session;
    private final Set<File> deployedWars = new LinkedHashSet<>();

From source file org.kie.appformer.provisioning.backend.service.old.BuildAndDeployCallable.java

public class BuildAndDeployCallable extends BaseBuildCallable implements HttpSessionBindingListener {

    private final Event<AppReady> appReadyEvent;
    protected final HttpSession session;
    private final Set<File> deployedWars = new LinkedHashSet<>();