Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Package javax.servlet

Interface Summary
Servlet This interface is for developing servlets.
ServletConfig This interface is implemented by services in order to pass configuration information to a servlet when it is first loaded.
ServletContext The ServletContext interface gives servlets access to information about their environment, and allows them to log significant events.
ServletRequest This interface is for getting data from the client to the servlet for a service request.
ServletResponse Interface for sending MIME data from the servlet's service method to the client.
SingleThreadModel Defines a "single" thread model for servlet execution.
 

Class Summary
GenericServlet The GenericServlet class implements the Servlet interface and, for convenience, the ServletConfig interface.
ServletInputStream An input stream for reading servlet requests, it provides an efficient readLine method.
ServletOutputStream An output stream for writing servlet responses.
 

Exception Summary
ServletException This exception is thrown to indicate a servlet problem.
UnavailableException This exception indicates that a servlet is unavailable.
 


Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.