| Methods in org.apache.tapestry5.internal.services with parameters of type ClassTransformation |
boolean |
ServiceInjectionProvider.provideInjection(String fieldName,
Class fieldType,
ObjectLocator locator,
ClassTransformation transformation,
MutableComponentModel componentModel)
|
boolean |
DefaultInjectionProvider.provideInjection(String fieldName,
Class fieldType,
ObjectLocator locator,
ClassTransformation transformation,
MutableComponentModel componentModel)
|
boolean |
ComponentResourcesInjectionProvider.provideInjection(String fieldName,
Class fieldType,
ObjectLocator locator,
ClassTransformation transformation,
MutableComponentModel componentModel)
|
boolean |
CommonResourcesInjectionProvider.provideInjection(String fieldName,
Class fieldType,
ObjectLocator locator,
ClassTransformation transformation,
MutableComponentModel componentModel)
|
boolean |
BlockInjectionProvider.provideInjection(String fieldName,
Class fieldType,
ObjectLocator locator,
ClassTransformation transformation,
MutableComponentModel componentModel)
|
boolean |
AssetInjectionProvider.provideInjection(String fieldName,
Class fieldType,
ObjectLocator locator,
ClassTransformation transformation,
MutableComponentModel componentModel)
|
| Methods in org.apache.tapestry5.internal.transform with parameters of type ClassTransformation |
protected void |
AbstractIncludeAssetWorker.addOperationForAssetPaths(ClassTransformation transformation,
MutableComponentModel model,
String[] assetPaths)
Expands symbols in the path, then adds an operation into the setup render phase of the component. |
void |
UnclaimedFieldWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
SupportsInformalParametersWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
SecureWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
RetainWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
Claims each field with the Retain annotation, claiming it using the
annotation as the tag. |
void |
RenderPhaseMethodWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
RenderCommandWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
PropertyWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
PersistWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
ParameterWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
PageLifecycleAnnotationWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
PageActivationContextWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
OnEventWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
MixinWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
MixinAfterWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
MetaWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
LogWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
InvokePostRenderCleanupOnResourcesWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
InjectWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
InjectServiceWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
InjectPageWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
InjectContainerWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
InjectComponentWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
IncludeStylesheetWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
IncludeJavaScriptLibraryWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
EnvironmentalWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
ContentTypeWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
ComponentWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
CachedWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
ApplicationStateWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
| Methods in org.apache.tapestry5.test with parameters of type ClassTransformation |
protected void |
TapestryTestCase.train_addField(ClassTransformation transformation,
int modifiers,
String type,
String suggestedName,
String actualName)
|
protected void |
TapestryTestCase.train_addInjectedField(ClassTransformation ct,
Class type,
String suggestedName,
Object value,
String fieldName)
|
protected void |
TapestryTestCase.train_addMethod(ClassTransformation transformation,
TransformMethodSignature signature,
String... body)
|
protected void |
TapestryTestCase.train_extendConstructor(ClassTransformation transformation,
String... body)
|
protected void |
TapestryTestCase.train_extendMethod(ClassTransformation transformation,
TransformMethodSignature signature,
String... body)
|
protected void |
TapestryTestCase.train_findFieldsWithAnnotation(ClassTransformation transformation,
Class<? extends Annotation> annotationClass,
List<String> fieldNames)
|
protected void |
TapestryTestCase.train_findFieldsWithAnnotation(ClassTransformation transformation,
Class<? extends Annotation> annotationClass,
String... fieldNames)
|
protected void |
TapestryTestCase.train_findMethods(ClassTransformation transformation,
TransformMethodSignature... signatures)
|
protected void |
TapestryTestCase.train_findMethodsWithAnnotation(ClassTransformation tf,
Class<? extends Annotation> annotationType,
List<TransformMethodSignature> sigs)
|
protected void |
TapestryTestCase.train_findUnclaimedFields(ClassTransformation transformation,
String... fieldNames)
|
protected void |
TapestryTestCase.train_getClassName(ClassTransformation transformation,
String className)
|
protected
|
TapestryTestCase.train_getFieldAnnotation(ClassTransformation transformation,
String fieldName,
Class<T> annotationClass,
T annotation)
|
protected void |
TapestryTestCase.train_getFieldType(ClassTransformation transformation,
String fieldName,
String type)
|
protected
|
TapestryTestCase.train_getMethodAnnotation(ClassTransformation ct,
TransformMethodSignature signature,
Class<T> annotationClass,
T annotation)
|
protected void |
TapestryTestCase.train_getMethodIdentifier(ClassTransformation transformation,
TransformMethodSignature signature,
String id)
|
protected void |
TapestryTestCase.train_getResourcesFieldName(ClassTransformation transformation,
String name)
|
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)
|