Package | Description |
---|---|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Method and Description |
---|---|
TransformMethod |
BridgeClassTransformation.getOrCreateMethod(TransformMethodSignature signature) |
Modifier and Type | Method and Description |
---|---|
List<TransformMethod> |
BridgeClassTransformation.matchMethods(Predicate<TransformMethod> predicate) |
List<TransformMethod> |
BridgeClassTransformation.matchMethodsWithAnnotation(Class<? extends Annotation> annotationType) |
Modifier and Type | Method and Description |
---|---|
List<TransformMethod> |
BridgeClassTransformation.matchMethods(Predicate<TransformMethod> predicate) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<TransformMethod> |
ClassTransformation.matchMethods(Predicate<TransformMethod> predicate)
Deprecated.
Finds all methods matched by the provided predicate.
|
List<TransformMethod> |
ClassTransformation.matchMethodsWithAnnotation(Class<? extends Annotation> annotationType)
Deprecated.
Finds all methods matched by the provided predicate.
|
Modifier and Type | Method and Description |
---|---|
List<TransformMethod> |
ClassTransformation.matchMethods(Predicate<TransformMethod> predicate)
Deprecated.
Finds all methods matched by the provided predicate.
|
Copyright © 2003-2012 The Apache Software Foundation.