nextapp.echoservlet
Class RecordFilter

java.lang.Object
  extended by nextapp.echoservlet.RecordFilter
All Implemented Interfaces:
EchoFilter

public class RecordFilter
extends java.lang.Object
implements EchoFilter


Constructor Summary
RecordFilter()
           
 
Method Summary
static void executeMethod(java.lang.String methodName)
           
 void postProcess(java.lang.Exception exceptionOrNull)
           
 javax.servlet.http.HttpServletResponse preProcess(Connection conn, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordFilter

public RecordFilter()
Method Detail

preProcess

public javax.servlet.http.HttpServletResponse preProcess(Connection conn,
                                                         javax.servlet.http.HttpServletRequest request,
                                                         javax.servlet.http.HttpServletResponse response)
Specified by:
preProcess in interface EchoFilter

postProcess

public void postProcess(java.lang.Exception exceptionOrNull)
Specified by:
postProcess in interface EchoFilter

executeMethod

public static void executeMethod(java.lang.String methodName)