home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / APCHSSL2.ZIP / OS2HTTPD / jserv / javax / servlet / jsp / PageContext$1.class (.txt) < prev   
Encoding:
Java Class File  |  1999-08-26  |  620 b   |  15 lines

  1. package javax.servlet.jsp;
  2.  
  3. import java.util.Enumeration;
  4. import java.util.NoSuchElementException;
  5.  
  6. final class PageContext$1 implements Enumeration {
  7.    public boolean hasMoreElements() {
  8.       return false;
  9.    }
  10.  
  11.    public Object nextElement() {
  12.       throw new NoSuchElementException();
  13.    }
  14. }
  15.