| java.lang.Object org.apache.catalina.valves.ValveBase org.apache.catalina.core.StandardWrapperValve
StandardWrapperValve | final class StandardWrapperValve extends ValveBase (Code) | | Valve that implements the default basic behavior for the
StandardWrapper container implementation.
author: Craig R. McClanahan version: $Revision: 1.26 $ $Date: 2004/03/04 21:23:18 $ |
getErrorCount | public int getErrorCount()(Code) | | |
getMaxTime | public long getMaxTime()(Code) | | |
getMinTime | public long getMinTime()(Code) | | |
getProcessingTime | public long getProcessingTime()(Code) | | |
getRequestCount | public int getRequestCount()(Code) | | |
invoke | final public void invoke(Request request, Response response, ValveContext valveContext) throws IOException, ServletException(Code) | | Invoke the servlet we are managing, respecting the rules regarding
servlet lifecycle and SingleThreadModel support.
Parameters: request - Request to be processed Parameters: response - Response to be produced Parameters: valveContext - Valve context used to forward to the next Valve exception: IOException - if an input/output error occurred exception: ServletException - if a servlet error occurred |
setErrorCount | public void setErrorCount(int errorCount)(Code) | | |
setMaxTime | public void setMaxTime(long maxTime)(Code) | | |
setMinTime | public void setMinTime(long minTime)(Code) | | |
setProcessingTime | public void setProcessingTime(long processingTime)(Code) | | |
setRequestCount | public void setRequestCount(int requestCount)(Code) | | |
|
|