org.codehaus.wadi.jetty5
Class HttpSession

java.lang.Object
  extended byorg.codehaus.wadi.impl.SessionWrapper
      extended byorg.codehaus.wadi.jetty5.HttpSession
All Implemented Interfaces:
HttpSession, SessionManager.Session

public class HttpSession
extends org.codehaus.wadi.impl.SessionWrapper
implements SessionManager.Session

A SessionWrapper that integrates correctly with Jetty.

Version:
$Revision: 1139 $
Author:
Jules Gosnell

Field Summary
 
Fields inherited from class org.codehaus.wadi.impl.SessionWrapper
_httpSessionContext, _session
 
Method Summary
 void access()
           
 boolean isValid()
           
 
Methods inherited from class org.codehaus.wadi.impl.SessionWrapper
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.http.HttpSession
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 

Method Detail

isValid

public boolean isValid()
Specified by:
isValid in interface SessionManager.Session

access

public void access()
Specified by:
access in interface SessionManager.Session


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.