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

Class sun.server.http.FormServlet

java.lang.Object
   |
   +----java.servlet.Servlet
           |
           +----sun.server.http.FormServlet

public class FormServlet
extends Servlet
Form Servlet

Constructor Index

 o FormServlet()
Constructor

Method Index

 o getServletInfo()
Returns a string containing information about the author, version, and copyright of the servlet.
 o sendResponse(ServletResponse, Hashtable)
 o service(ServletRequest, ServletResponse)

Constructors

 o FormServlet
  public FormServlet()
Constructor

Methods

 o service
  public void service(ServletRequest req,
                      ServletResponse res) throws IOException
Throws: IOException
IOException
Overrides:
service in class Servlet
 o sendResponse
  public void sendResponse(ServletResponse res,
                           Hashtable hashTable) throws IOException
 o getServletInfo
  public String getServletInfo()
Returns a string containing information about the author, version, and copyright of the servlet.
Overrides:
getServletInfo in class Servlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index