Class FilterMethodAnalyzer
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.services.FilterMethodAnalyzer
-
public class FilterMethodAnalyzer extends Object
Used byPipelineBuilderImpl
to analyze service interface methods against filter interface methods to find the position of the extra service parameter (in the filter method).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
findServiceInterfacePosition(MethodSignature ms, MethodSignature fms)
-
-
-
Method Detail
-
findServiceInterfacePosition
public int findServiceInterfacePosition(MethodSignature ms, MethodSignature fms)
-
-