List of usage examples for javax.servlet.http HttpSessionContext interface-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