org.apache.cactus.server
Class JspTestRedirector

java.lang.Object
  extended byorg.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 2003/05/26 11:45:22 cmlenz 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
clone, equals, finalize, 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
Throws:
javax.servlet.ServletException - if an error occurs servicing the request


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