com.mockrunner.mock.web
Class MockSessionContext

java.lang.Object
  extended by com.mockrunner.mock.web.MockSessionContext
All Implemented Interfaces:
javax.servlet.http.HttpSessionContext

public class MockSessionContext
extends java.lang.Object
implements javax.servlet.http.HttpSessionContext

Mock implementation of HttpSessionContext.


Constructor Summary
MockSessionContext()
           
 
Method Summary
 java.util.Enumeration getIds()
           
 javax.servlet.http.HttpSession getSession(java.lang.String arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockSessionContext

public MockSessionContext()
Method Detail

getIds

public java.util.Enumeration getIds()
Specified by:
getIds in interface javax.servlet.http.HttpSessionContext

getSession

public javax.servlet.http.HttpSession getSession(java.lang.String arg0)
Specified by:
getSession in interface javax.servlet.http.HttpSessionContext