All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Conf.Server.ConfServlet

java.lang.Object
   |
   +----Acme.Serve.servlet.GenericServlet
           |
           +----Acme.Serve.servlet.http.HttpServlet
                   |
                   +----Acme.Conf.Server.ConfServlet

public class ConfServlet
extends HttpServlet
Acme.Conf servlet.

Fetch the software.
Fetch the entire Acme package.


Constructor Index

 o ConfServlet()

Method Index

 o getServletInfo()
Returns a string containing information about the author, version, and copyright of the servlet.
 o main(String[])
Main routine, if you want to run this directly as an application.
 o service(HttpServletRequest, HttpServletResponse)
Services a single request from the client.

Constructors

 o ConfServlet
 public ConfServlet()

Methods

 o main
 public static void main(String args[])
Main routine, if you want to run this directly as an application.

 o getServletInfo
 public String getServletInfo()
Returns a string containing information about the author, version, and copyright of the servlet.

Overrides:
getServletInfo in class GenericServlet
 o service
 public void service(HttpServletRequest req,
                     HttpServletResponse res) throws ServletException, IOException
Services a single request from the client.

Parameters:
req - the servlet request
req - the servlet response
Throws: ServletException
when a servlet exception has occurred
Throws: IOException
when an I/O exception has occurred
Overrides:
service in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs