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.4 2001/09/14 20:17:37 pier Exp $
Author:
Vincent Massol

Constructor Summary
JspTestController()
           
 
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()


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