org.mortbay.jetty.servlet

Class SessionContext

public class SessionContext extends 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 HttpSessionContextNULL_IMPL
Method Summary
EnumerationgetIds()
HttpSessiongetSession(String id)

Field Detail

NULL_IMPL

public static final HttpSessionContext NULL_IMPL

Method Detail

getIds

public Enumeration getIds()

Deprecated: From HttpSessionContext

getSession

public HttpSession getSession(String id)

Deprecated: From HttpSessionContext

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