home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / APCHSSL2.ZIP / OS2HTTPD / jserv / javax / servlet / jsp / HttpJspPage.class (.txt) next >
Encoding:
Java Class File  |  1999-08-26  |  405 b   |  11 lines

  1. package javax.servlet.jsp;
  2.  
  3. import java.io.IOException;
  4. import javax.servlet.ServletException;
  5. import javax.servlet.http.HttpServletRequest;
  6. import javax.servlet.http.HttpServletResponse;
  7.  
  8. public interface HttpJspPage extends JspPage {
  9.    void _jspService(HttpServletRequest var1, HttpServletResponse var2) throws ServletException, IOException;
  10. }
  11.