Uses of Class
javax.servlet.GenericServlet

Packages that use GenericServlet
javax.servlet.http   
winstone   
winstone.invoker   
 

Uses of GenericServlet in javax.servlet.http
 

Subclasses of GenericServlet in javax.servlet.http
 class HttpServlet
          Base class for http servlets
 

Uses of GenericServlet in winstone
 

Subclasses of GenericServlet in winstone
 class ErrorServlet
          A simple servlet that writes out the body of the error
 class StaticResourceServlet
          Servlet to handle static resources.
 

Uses of GenericServlet in winstone.invoker
 

Subclasses of GenericServlet in winstone.invoker
 class InvokerServlet
          If a URI matches a servlet class name, mount an instance of that servlet, and try to process the request using that servlet.
 



Copyright © 2013. All Rights Reserved.