Uses of Interface javax.servlet.Servlet

Uses in package javax.servlet

Classes implementing javax.servlet.Servlet

class
Defines a generic, protocol-independent servlet.

Constructors with parameter type javax.servlet.Servlet

UnavailableException.UnavailableException(int seconds, Servlet servlet, String msg)

Methods with return type javax.servlet.Servlet

Servlet
Servlet

Uses in package javax.servlet.jsp

Methods with parameter type javax.servlet.Servlet

PageContext
JspFactory.getPageContext(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int buffer, boolean autoflush)
obtains an instance of an implementation dependent javax.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.
void
PageContext.initialize(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoFlush)
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.

Uses in package javax.servlet.http

Classes implementing javax.servlet.Servlet

class
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.

Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.