Uses of Interface
javax.servlet.Servlet

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

Uses of Servlet in javax.servlet
 

Classes in javax.servlet that implement Servlet
 class GenericServlet
          The base class from which all servlets extend.
 

Methods in javax.servlet that return Servlet
 Servlet UnavailableException.getServlet()
          Deprecated. As of Java Servlet API 2.2, with no replacement. Returns the servlet that is reporting its unavailability.
 Servlet ServletContext.getServlet(java.lang.String name)
          Deprecated. As of Java Servlet API 2.1, with no direct replacement.
 

Constructors in javax.servlet with parameters of type Servlet
UnavailableException(int seconds, Servlet servlet, java.lang.String msg)
          Deprecated. As of Java Servlet API 2.2, use UnavailableException(String, int) instead.
UnavailableException(Servlet servlet, java.lang.String msg)
          Deprecated. As of Java Servlet API 2.2, use UnavailableException(String) instead.
 

Uses of Servlet in javax.servlet.http
 

Classes in javax.servlet.http that implement Servlet
 class HttpServlet
          Base class for http servlets
 

Uses of Servlet in winstone
 

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

Methods in winstone that return Servlet
 Servlet WebAppConfiguration.getServlet(java.lang.String name)
          Deprecated.  
 

Methods in winstone with parameters of type Servlet
protected  void ServletConfiguration.setUnavailable(Servlet unavailableServlet)
           
 

Uses of Servlet in winstone.invoker
 

Classes in winstone.invoker that implement Servlet
 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.