org.apache.cactus.server
class ServletTestRedirector

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--org.apache.cactus.server.ServletTestRedirector
All Implemented Interfaces:
Serializable, Servlet, ServletConfig
Known Advisors:
LogAspect

public class ServletTestRedirector
extends javax.servlet.http.HttpServlet

Generic Servlet redirector that calls a test method on the server side.

Version:
$Id: ServletTestRedirector.html,v 1.1 2003/04/14 12:27:26 sinisa Exp $
Author:
Vincent Massol
See Also:
ServletTestCaller

Constructor Summary
ServletTestRedirector()
           
 
Method Summary
 void doGet(HttpServletRequest theRequest, HttpServletResponse theResponse)
           Affected by: LogAspect
 void doPost(HttpServletRequest theRequest, HttpServletResponse theResponse)
           Affected by: LogAspect
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletTestRedirector

public ServletTestRedirector()
Method Detail

doGet

public void doGet(HttpServletRequest theRequest,
                  HttpServletResponse theResponse)
           throws javax.servlet.ServletException
Affected by:
around() in LogAspect.

doPost

public void doPost(HttpServletRequest theRequest,
                   HttpServletResponse theResponse)
            throws javax.servlet.ServletException
Affected by:
around() in LogAspect.


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