|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodSignature | |
---|---|
org.apache.tapestry5.ioc.internal.services | [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
Uses of MethodSignature in org.apache.tapestry5.ioc.internal.services |
---|
Methods in org.apache.tapestry5.ioc.internal.services with parameters of type MethodSignature | |
---|---|
void |
ClassFabImpl.addMethod(int modifiers,
MethodSignature ms,
java.lang.String body)
|
void |
ClassFabImpl.addNoOpMethod(MethodSignature signature)
|
static java.lang.String |
ServiceMessages.duplicateMethodInClass(MethodSignature ms,
ClassFabImpl fab)
|
static java.lang.String |
ServiceMessages.extraFilterMethod(MethodSignature sig,
java.lang.Class filterInterface,
java.lang.Class serviceInterface)
|
int |
FilterMethodAnalyzer.findServiceInterfacePosition(MethodSignature ms,
MethodSignature fms)
|
static java.lang.String |
ServiceMessages.unableToAddMethod(MethodSignature signature,
javassist.CtClass ctClass,
java.lang.Throwable cause)
|
static java.lang.String |
ServiceMessages.unmatchedServiceMethod(MethodSignature sig,
java.lang.Class filterInterface)
|
Uses of MethodSignature in org.apache.tapestry5.ioc.services |
---|
Methods in org.apache.tapestry5.ioc.services that return MethodSignature | |
---|---|
MethodSignature |
MethodIterator.next()
Deprecated. Returns the next method (as a MethodSignature , returning null when all are exhausted. |
Methods in org.apache.tapestry5.ioc.services with parameters of type MethodSignature | |
---|---|
void |
ClassFab.addMethod(int modifiers,
MethodSignature signature,
java.lang.String body)
Deprecated. Adds a method. |
void |
ClassFab.addNoOpMethod(MethodSignature signature)
Deprecated. Adds a public no-op method. |
boolean |
MethodSignature.isOverridingSignatureOf(MethodSignature ms)
Deprecated. 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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |