| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassTransformation | |
|---|---|
| org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change | 
| 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 | 
| org.apache.tapestry5.test | Support for testing Tapestry pages | 
| Uses of ClassTransformation in org.apache.tapestry5.internal.services | 
|---|
| Methods in org.apache.tapestry5.internal.services that return ClassTransformation | |
|---|---|
 ClassTransformation | 
TransformationException.getTransformation()
 | 
| Constructors in org.apache.tapestry5.internal.services with parameters of type ClassTransformation | |
|---|---|
TransformationException(ClassTransformation transformation,
                                               Throwable cause)
 | 
|
| Uses of ClassTransformation in org.apache.tapestry5.internal.transform | 
|---|
| Classes in org.apache.tapestry5.internal.transform that implement ClassTransformation | |
|---|---|
 class | 
BridgeClassTransformation
A re-implementation of ClassTransformation around an instance of PlasticClass, acting as a bridge
 for code written against the 5.2 and earlier APIs to work with the 5.3 API. | 
| Uses of ClassTransformation in org.apache.tapestry5.internal.util | 
|---|
| Methods in org.apache.tapestry5.internal.util with parameters of type ClassTransformation | |
|---|---|
 String | 
MethodInvocationBuilder.buildMethodInvocation(TransformMethodSignature signature,
                                           ClassTransformation transformation)
Builds the method invocation.  | 
 String | 
StringParameterBuilder.buildParameter(ClassTransformation transformation)
 | 
 String | 
ParameterBuilder.buildParameter(ClassTransformation transformation)
 | 
| Uses of ClassTransformation in org.apache.tapestry5.services | 
|---|
| Methods in org.apache.tapestry5.services with parameters of type ClassTransformation | |
|---|---|
 boolean | 
InjectionProvider.provideInjection(String fieldName,
                                 Class fieldType,
                                 ObjectLocator locator,
                                 ClassTransformation transformation,
                                 MutableComponentModel componentModel)
Deprecated. Perform the injection, if possible.  | 
 void | 
ComponentClassTransformWorker.transform(ClassTransformation transformation,
                   MutableComponentModel model)
Deprecated. Invoked to perform a transformation on an as-yet unloaded component class, represented by the ClassTransformation instance. | 
| Uses of ClassTransformation in org.apache.tapestry5.test | 
|---|
| Methods in org.apache.tapestry5.test that return ClassTransformation | |
|---|---|
protected  ClassTransformation | 
TapestryTestCase.mockClassTransformation()
 | 
| Methods in org.apache.tapestry5.test with parameters of type ClassTransformation | |
|---|---|
protected  void | 
TapestryTestCase.train_getClassName(ClassTransformation transformation,
                                     String className)
 | 
protected  void | 
TapestryTestCase.train_matchFields(ClassTransformation transformation,
                                   TransformField field)
 | 
protected  void | 
TapestryTestCase.train_newMemberName(ClassTransformation transformation,
                                       String suggested,
                                       String name)
 | 
protected  void | 
TapestryTestCase.train_newMemberName(ClassTransformation transformation,
                                       String prefix,
                                       String baseName,
                                       String name)
 | 
protected  void | 
TapestryTestCase.train_provideInjection(InjectionProvider provider,
                                             String fieldName,
                                             Class fieldType,
                                             ObjectLocator locator,
                                             ClassTransformation transformation,
                                             MutableComponentModel model,
                                             boolean result)
 | 
protected  void | 
TapestryTestCase.train_toClass(ClassTransformation transformation,
                           String type,
                           Class classForType)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||