Uses of Class
javax.servlet.http.HttpServlet

Packages that use HttpServlet
winstone   
winstone.invoker   
 

Uses of HttpServlet in winstone
 

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

Uses of HttpServlet in winstone.invoker
 

Subclasses of HttpServlet 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.