org.apache.commons.monitoring.reporting.web.handler.internal
Interface Invoker.ParameterExtractor<T>

All Known Implementing Classes:
Invoker.IntSegmentExtractor, Invoker.LongSegmentExtractor, Invoker.RequestExtractor, Invoker.ResponseExtractor, Invoker.StringArraySegmentExtractor, Invoker.StringSegmentExtractor, Invoker.TemplateHelperExtractor
Enclosing class:
Invoker

protected static interface Invoker.ParameterExtractor<T>


Method Summary
 T extract(HttpServletRequest request, HttpServletResponse response, Matcher matcher)
           
 

Method Detail

extract

T extract(HttpServletRequest request,
          HttpServletResponse response,
          Matcher matcher)


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