|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformMethod | |
---|---|
org.apache.tapestry5.internal.transform | [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change. |
org.apache.tapestry5.services | Core services |
Uses of TransformMethod in org.apache.tapestry5.internal.transform |
---|
Methods in org.apache.tapestry5.internal.transform that return TransformMethod | |
---|---|
TransformMethod |
BridgeClassTransformation.getOrCreateMethod(TransformMethodSignature signature)
|
Methods in org.apache.tapestry5.internal.transform that return types with arguments of type TransformMethod | |
---|---|
java.util.List<TransformMethod> |
BridgeClassTransformation.matchMethods(Predicate<TransformMethod> predicate)
|
java.util.List<TransformMethod> |
BridgeClassTransformation.matchMethodsWithAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
|
Method parameters in org.apache.tapestry5.internal.transform with type arguments of type TransformMethod | |
---|---|
java.util.List<TransformMethod> |
BridgeClassTransformation.matchMethods(Predicate<TransformMethod> predicate)
|
Uses of TransformMethod in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services that return TransformMethod | |
---|---|
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. |
Methods in org.apache.tapestry5.services that return types with arguments of type TransformMethod | |
---|---|
java.util.List<TransformMethod> |
ClassTransformation.matchMethods(Predicate<TransformMethod> predicate)
Deprecated. Finds all methods matched by the provided predicate. |
java.util.List<TransformMethod> |
ClassTransformation.matchMethodsWithAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Deprecated. Finds all methods matched by the provided predicate. |
Method parameters in org.apache.tapestry5.services with type arguments of type TransformMethod | |
---|---|
java.util.List<TransformMethod> |
ClassTransformation.matchMethods(Predicate<TransformMethod> predicate)
Deprecated. Finds all methods matched by the provided predicate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |