org.apache.cactus.server
Class JspTestRedirector

java.lang.Object
  |
  +--org.apache.cactus.server.JspTestRedirector

public class JspTestRedirector
extends java.lang.Object

Extension of the jspRedirector.jsp JSP Redirector in the java realmn in order to provide a symmetry with the ServletRedirector and minimize the amount of java code in jspRedirector.jsp.

Version:
$Id: JspTestRedirector.java,v 1.6 2001/09/16 11:17:56 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
JspTestRedirector()
           
 
Method Summary
 void doGet(JspImplicitObjects theObjects)
          Handles requests from the jspRedirector.jsp JSP Redirector.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTestRedirector

public JspTestRedirector()
Method Detail

doGet

public void doGet(JspImplicitObjects theObjects)
           throws javax.servlet.ServletException
Handles requests from the jspRedirector.jsp JSP Redirector.
Parameters:
theObjects - the implicit objects that will be passed to the test case


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