org.apache.cactus.server
class JspTestController

java.lang.Object
  |
  +--org.apache.cactus.server.AbstractWebTestController
        |
        +--org.apache.cactus.server.JspTestController
All Implemented Interfaces:
TestController

public class JspTestController
extends AbstractWebTestController

JSP Controller that extracts the requested service from the HTTP request and executes the request by calling a JspTestCaller. There are 2 services available : one for executing the test and one for returning the test result.

Version:
$Id: JspTestController.java,v 1.2 2002/05/06 17:38:23 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
JspTestController()
           
 
Methods inherited from class org.apache.cactus.server.AbstractWebTestController
handleRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTestController

public JspTestController()


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.