home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupport / icsclass.jar / javax / servlet / http / HttpSessionContext.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-15  |  328 b   |  10 lines

  1. package javax.servlet.http;
  2.  
  3. import java.util.Enumeration;
  4.  
  5. public interface HttpSessionContext {
  6.    HttpSession getSession(String var1);
  7.  
  8.    Enumeration getIds();
  9. }
  10.