org.mortbay.jetty.servlet

Class SessionContext

Implemented Interfaces:
HttpSessionContext

public class SessionContext
extends java.lang.Object
implements HttpSessionContext

Null returning implementation of HttpSessionContext
Version:
$Id: SessionContext.java,v 1.4 2004/05/09 20:32:27 gregwilkins Exp $
Author:
Greg Wilkins (gregw)

Field Summary

static HttpSessionContext
NULL_IMPL

Method Summary

Enumeration
getIds()
Deprecated. From HttpSessionContext
HttpSession
getSession(String id)
Deprecated. From HttpSessionContext

Field Details

NULL_IMPL

public static final HttpSessionContext NULL_IMPL

Method Details

getIds

public Enumeration getIds()

Deprecated. From HttpSessionContext

Specified by:
getIds in interface HttpSessionContext

getSession

public HttpSession getSession(String id)

Deprecated. From HttpSessionContext

Specified by:
getSession in interface HttpSessionContext

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.