org.apache.cactus.server
class JspTestController

java.lang.Object
  |
  +--org.apache.cactus.server.AbstractTestController
        |
        +--org.apache.cactus.server.JspTestController

public class JspTestController
extends AbstractTestController

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.1 2002/03/01 00:43:46 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
JspTestController()
          JSP Controller that extracts the requested service from the HTTP request and executes the request by calling a JspTestCaller.
 
Methods inherited from class org.apache.cactus.server.AbstractTestController
handleRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTestController

public JspTestController()
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.


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