org.apache.commons.monitoring.reporting.web.handler.internal
Class Invoker.RequestExtractor

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.handler.internal.Invoker.RequestExtractor
All Implemented Interfaces:
Invoker.ParameterExtractor<HttpServletRequest>
Enclosing class:
Invoker

protected static class Invoker.RequestExtractor
extends Object
implements Invoker.ParameterExtractor<HttpServletRequest>


Constructor Summary
protected Invoker.RequestExtractor()
           
 
Method Summary
 HttpServletRequest extract(HttpServletRequest request, HttpServletResponse response, Matcher matcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invoker.RequestExtractor

protected Invoker.RequestExtractor()
Method Detail

extract

public HttpServletRequest extract(HttpServletRequest request,
                                  HttpServletResponse response,
                                  Matcher matcher)
Specified by:
extract in interface Invoker.ParameterExtractor<HttpServletRequest>


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.