org.apache.cactus.server
class JspTestRedirector

java.lang.Object
  |
  +--org.apache.cactus.server.JspTestRedirector
Known Advisors:
LogAspect

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.2 2002/03/10 13:58:25 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
JspTestRedirector()
          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.
 
Method Summary
 void doGet(JspImplicitObjects theObjects)
          Handles requests from the jspRedirector.jsp JSP Redirector.
          Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTestRedirector

public JspTestRedirector()
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.
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:
ServletException - ServletException if an error occurs servicing the request
Affected by:
around() in LogAspect.


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