org.apache.geronimo.tomcat.valve
Class GeronimoBeforeAfterValve

java.lang.Object
  extended by org.apache.catalina.valves.ValveBase
      extended by org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve
All Implemented Interfaces:
MBeanRegistration, org.apache.catalina.Contained, org.apache.catalina.Valve

public class GeronimoBeforeAfterValve
extends org.apache.catalina.valves.ValveBase


Field Summary
 
Fields inherited from class org.apache.catalina.valves.ValveBase
container, containerLog, controller, domain, info, mserver, next, oname, sm
 
Constructor Summary
GeronimoBeforeAfterValve(BeforeAfter beforeAfter, int contextIndexCount)
           
 
Method Summary
 void invoke(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response)
           
 
Methods inherited from class org.apache.catalina.valves.ValveBase
backgroundProcess, createObjectName, event, getContainer, getContainerName, getController, getDomain, getInfo, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeronimoBeforeAfterValve

public GeronimoBeforeAfterValve(BeforeAfter beforeAfter,
                                int contextIndexCount)
Method Detail

invoke

public void invoke(org.apache.catalina.connector.Request request,
                   org.apache.catalina.connector.Response response)
            throws IOException,
                   ServletException
Specified by:
invoke in interface org.apache.catalina.Valve
Specified by:
invoke in class org.apache.catalina.valves.ValveBase
Throws:
IOException
ServletException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.