All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.apache.jserv.test.BadClassTest

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

public class BadClassTest
extends HttpServlet
This servlet checks that a ClassNotFoundException is correctly thrown and handled by the mod_jserv classloader.

Version:
$Revision: 1.4 $
Author:
Martin Pool

Constructor Index

 o BadClassTest()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)

Constructors

 o BadClassTest
 public BadClassTest()

Methods

 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException
Throws: ServletException
if there is any sort of Exception
Overrides:
doGet in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index