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
-
FormServlet()
- Constructor
-
getServletInfo()
- Returns a string containing information about the author, version,
and copyright of the servlet.
-
sendResponse(ServletResponse, Hashtable)
-
-
service(ServletRequest, ServletResponse)
-
FormServlet
public FormServlet()
- Constructor
service
public void service(ServletRequest req,
ServletResponse res) throws IOException
- Throws: IOException
- IOException
- Overrides:
- service in class Servlet
sendResponse
public void sendResponse(ServletResponse res,
Hashtable hashTable) throws IOException
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