Deprecated API


Contents
Deprecated Methods
org.mortbay.jetty.servlet.AbstractSessionManager.NullSessionContext.getIds()
          From HttpSessionContext 
org.mortbay.jetty.servlet.AbstractSessionManager.NullSessionContext.getSession(String)
          From HttpSessionContext 
org.mortbay.jetty.servlet.AbstractSessionManager.Session.getSessionContext()
            
org.mortbay.jetty.servlet.AbstractSessionManager.Session.getValue(String)
          As of Version 2.2, this method is replaced by AbstractSessionManager.Session.getAttribute(java.lang.String) 
org.mortbay.jetty.servlet.AbstractSessionManager.Session.getValueNames()
          As of Version 2.2, this method is replaced by AbstractSessionManager.Session.getAttributeNames() 
org.mortbay.jetty.servlet.AbstractSessionManager.Session.putValue(String, Object)
          As of Version 2.2, this method is replaced by AbstractSessionManager.Session.setAttribute(java.lang.String, java.lang.Object) 
org.mortbay.jetty.servlet.AbstractSessionManager.Session.removeValue(String)
          As of Version 2.2, this method is replaced by AbstractSessionManager.Session.removeAttribute(java.lang.String)