org.apache.tapestry5.ioc.internal.services
Class FilterMethodAnalyzer

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.FilterMethodAnalyzer

public class FilterMethodAnalyzer
extends Object

Used by PipelineBuilderImpl to analyze service interface methods against filter interface methods to find the position of the extra service parameter (in the filter method).


Method Summary
 int findServiceInterfacePosition(MethodSignature ms, MethodSignature fms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findServiceInterfacePosition

public int findServiceInterfacePosition(MethodSignature ms,
                                        MethodSignature fms)


Copyright © 2003-2012 The Apache Software Foundation.