org.appspy.perf.servlet
Class AppSpyRequestDispatcher

java.lang.Object
  extended by org.appspy.perf.servlet.AppSpyRequestDispatcher
All Implemented Interfaces:
javax.servlet.RequestDispatcher

public class AppSpyRequestDispatcher
extends java.lang.Object
implements javax.servlet.RequestDispatcher

Author:
Olivier HEDIN / olivier@appspy.org

Field Summary
protected  java.lang.String mService
           
protected  javax.servlet.RequestDispatcher mWrappedRequestDispatcher
           
 
Constructor Summary
AppSpyRequestDispatcher(java.lang.String service, javax.servlet.RequestDispatcher rd)
           
 
Method Summary
 void forward(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
           
 void include(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
           
protected  void throwThrowable(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mWrappedRequestDispatcher

protected javax.servlet.RequestDispatcher mWrappedRequestDispatcher

mService

protected java.lang.String mService
Constructor Detail

AppSpyRequestDispatcher

public AppSpyRequestDispatcher(java.lang.String service,
                               javax.servlet.RequestDispatcher rd)
Method Detail

forward

public void forward(javax.servlet.ServletRequest req,
                    javax.servlet.ServletResponse res)
             throws javax.servlet.ServletException,
                    java.io.IOException
Specified by:
forward in interface javax.servlet.RequestDispatcher
Throws:
javax.servlet.ServletException
java.io.IOException

include

public void include(javax.servlet.ServletRequest req,
                    javax.servlet.ServletResponse res)
             throws javax.servlet.ServletException,
                    java.io.IOException
Specified by:
include in interface javax.servlet.RequestDispatcher
Throws:
javax.servlet.ServletException
java.io.IOException

throwThrowable

protected void throwThrowable(java.lang.Throwable throwable)
                       throws javax.servlet.ServletException,
                              java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 2009. All Rights Reserved.