Class sun.server.http.HttpServletStub
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.http.HttpServletStub

java.lang.Object
   |
   +----sun.server.http.HttpServletStub

public class HttpServletStub
extends Object
implements ServletStub
This class is used to implement the servlet stub.

Method Index

 o getInitParameter(String)
Gets an initialization parameter of the applet.
 o getInitParameters()
Returns a hashtable of initialization parameters for the servlet.
 o getServletContext()
Returns the context for the servlet.

Methods

 o getServletContext
  public ServletContext getServletContext()
Returns the context for the servlet.
 o getInitParameter
  public String getInitParameter(String name)
Gets an initialization parameter of the applet.
 o getInitParameters
  public Hashtable getInitParameters()
Returns a hashtable of initialization parameters for the servlet.

All Packages  Class Hierarchy  This Package  Previous  Next  Index