Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
ClassFabImpl.addMethod(int modifiers,
MethodSignature ms,
String body) |
void |
ClassFabImpl.addNoOpMethod(MethodSignature signature) |
static String |
ServiceMessages.duplicateMethodInClass(MethodSignature ms,
ClassFabImpl fab) |
static String |
ServiceMessages.extraFilterMethod(MethodSignature sig,
Class filterInterface,
Class serviceInterface) |
int |
FilterMethodAnalyzer.findServiceInterfacePosition(MethodSignature ms,
MethodSignature fms) |
static String |
ServiceMessages.unableToAddMethod(MethodSignature signature,
javassist.CtClass ctClass,
Throwable cause) |
static String |
ServiceMessages.unmatchedServiceMethod(MethodSignature sig,
Class filterInterface) |
Modifier and Type | Method and Description |
---|---|
MethodSignature |
MethodIterator.next()
Deprecated.
Returns the next method (as a
MethodSignature , returning null when all are exhausted. |
Modifier and Type | Method and Description |
---|---|
void |
ClassFab.addMethod(int modifiers,
MethodSignature signature,
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).
|
Copyright © 2003-2012 The Apache Software Foundation.