Package | Description |
---|---|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.internal.util |
[INTERNAL USE ONLY] various utility classes; API subject to change.
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Method and Description |
---|---|
TransformMethod |
BridgeClassTransformation.getOrCreateMethod(TransformMethodSignature signature) |
boolean |
BridgeClassTransformation.isDeclaredMethod(TransformMethodSignature signature) |
Modifier and Type | Method and Description |
---|---|
String |
MethodInvocationBuilder.buildMethodInvocation(TransformMethodSignature signature,
ClassTransformation transformation)
Builds the method invocation.
|
Modifier and Type | Method and Description |
---|---|
TransformMethodSignature |
TransformMethod.getSignature() |
Modifier and Type | Method and Description |
---|---|
int |
TransformMethodSignature.compareTo(TransformMethodSignature o)
Sorting is primarily via method name.
|
TransformMethod |
ClassTransformation.getOrCreateMethod(TransformMethodSignature signature)
Deprecated.
Locates and returns the method if declared in this class; If not,
the method is added to the class.
|
boolean |
ClassTransformation.isDeclaredMethod(TransformMethodSignature signature)
Deprecated.
Determines if the class being transformed includes a declared (not inherited) method
with the provided signature.
|
Copyright © 2003-2012 The Apache Software Foundation.