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

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

Introduction

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

Usage

From source file org.apache.catalina.cluster.session.DeltaSession.java

/**
 * This class is a dummy implementation of the <code>HttpSessionContext</code>
 * interface, to conform to the requirement that such an object be returned
 * when <code>HttpSession.getSessionContext()</code> is called.
 *
 * @author Craig R. McClanahan