Save This Page
Home » apache-tomcat-6.0.26-src » org.apache » catalina » core » [javadoc | source]
org.apache.catalina.core
public final class: StandardValveContext [javadoc | source]
java.lang.Object
   org.apache.catalina.core.StandardValveContext

All Implemented Interfaces:
    ValveContext

Standard implementation of a ValveContext.
Field Summary
protected static final  StringManager sm    The string manager for this package. 
protected  String info     
protected  int stage     
protected  Valve basic     
protected  Valve[] valves     
Method from org.apache.catalina.core.StandardValveContext Summary:
getInfo,   invokeNext,   set
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.core.StandardValveContext Detail:
 public String getInfo() 
    Return descriptive information about this ValveContext implementation.
 public final  void invokeNext(Request request,
    Response response) throws IOException, ServletException 
    Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance. Exceptions thrown by a subsequently executed Valve (or a Filter or Servlet at the application level) will be passed on to our caller. If there are no more Valves to be executed, an appropriate ServletException will be thrown by this ValveContext.
  void set(Valve basic,
    Valve[] valves) 
    Reset state.