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.
-
getInitParameter(String)
- Gets an initialization parameter of the applet.
-
getInitParameters()
- Returns a hashtable of initialization parameters for the servlet.
-
getServletContext()
- Returns the context for the servlet.
getServletContext
public ServletContext getServletContext()
- Returns the context for the servlet.
getInitParameter
public String getInitParameter(String name)
- Gets an initialization parameter of the applet.
getInitParameters
public Hashtable getInitParameters()
- Returns a hashtable of initialization parameters for the servlet.
All Packages Class Hierarchy This Package Previous Next Index