Package | Description |
---|---|
org.apache.tapestry5.ioc.internal.services |
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
|
Modifier and Type | Method and Description |
---|---|
MethodSignature |
MethodIterator.next()
Returns the next method (as a
MethodSignature , returning null when all are exhausted. |
Modifier and Type | Method and Description |
---|---|
int |
FilterMethodAnalyzer.findServiceInterfacePosition(MethodSignature ms,
MethodSignature fms) |
boolean |
MethodSignature.isOverridingSignatureOf(MethodSignature ms)
Returns true if this signature has the same return type, name and parameters types as the method signature passed
in, and this signature's exceptions "trump" (are the same as, or super-implementations of, all exceptions thrown
by the other method signature).
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.