Package javax.servlet

Interface Summary
RequestDispatcher The RequestDispatcher gives servlets the capabilities of SSI includes.
Servlet A servlet is any Java class with a null-arg constructor that implements the Servlet API.
ServletConfig ServletConfig encapsulates servlet configuration and gives access to the application (servlet context) object.
ServletContext ServletContexts encapsulate applications.
ServletRequest ServletRequest encapsulates client request data.
ServletResponse ServletReponse control the output to the client.
SingleThreadModel Servlets implementing the SingleThreadModel have only a single thread executing at any time.
 

Class Summary
GenericServlet GenericServlet is a convenient abstract class for defining Servlets.
ServletInputStream Servlets generally read POSTed data with ServletInputStream.
ServletOutputStream Servlets can use ServletOutputStream to write binary data to the response.
 

Exception Summary
ServletException A servlet exception.
UnavailableException