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.html,v 1.1 2003/04/14 12:27:26 sinisa Exp $
Author:
Vincent Massol

Constructor Summary
JspTestRedirector()
           
 
Method Summary
 void doGet(JspImplicitObjects theObjects)
           Affected by: LogAspect
 
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
Affected by:
around() in LogAspect.


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