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
-
ServletMonitor()
-
-
getServletInfo()
-
-
service(HttpServletRequest, HttpServletResponse)
-
Service the request.
ServletMonitor
public ServletMonitor()
getServletInfo
public String getServletInfo()
- Overrides:
- getServletInfo in class GenericServlet
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