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.
-
ConfServlet()
-
-
getServletInfo()
- Returns a string containing information about the author, version, and
copyright of the servlet.
-
main(String[])
- Main routine, if you want to run this directly as an application.
-
service(HttpServletRequest, HttpServletResponse)
- Services a single request from the client.
ConfServlet
public ConfServlet()
main
public static void main(String args[])
- Main routine, if you want to run this directly as an application.
getServletInfo
public String getServletInfo()
- Returns a string containing information about the author, version, and
copyright of the servlet.
- Overrides:
- getServletInfo in class GenericServlet
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