All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.apache.jserv.test.ServletMonitor

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----org.apache.jserv.test.ServletMonitor

public class ServletMonitor
extends HttpServlet
Servlets that list the servlets in this virtual host and their init parameters.

Version:
$Revision: 1.5 $
Author:
Francis J. Lacoste

Constructor Index

 o ServletMonitor()

Method Index

 o getServletInfo()
 o service(HttpServletRequest, HttpServletResponse)
Service the request.

Constructors

 o ServletMonitor
 public ServletMonitor()

Methods

 o getServletInfo
 public String getServletInfo()
Overrides:
getServletInfo in class GenericServlet
 o service
 public void service(HttpServletRequest request,
                     HttpServletResponse response) throws IOException, ServletException
Service the request.

Throws: ServletException
If a ServletException occurred
Overrides:
service in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index