org.apache.tapestry5.ioc.internal.services
Class FilterMethodAnalyzer
java.lang.Object
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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
findServiceInterfacePosition
public int findServiceInterfacePosition(MethodSignature ms,
MethodSignature fms)
Copyright © 2003-2012 The Apache Software Foundation.