|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ClassTransformation in org.apache.tapestry5.internal.hibernate |
|---|
| Methods in org.apache.tapestry5.internal.hibernate with parameters of type ClassTransformation | |
|---|---|
void |
CommitAfterWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
| Uses of ClassTransformation in org.apache.tapestry5.internal.services |
|---|
| Subinterfaces of ClassTransformation in org.apache.tapestry5.internal.services | |
|---|---|
interface |
InternalClassTransformation
Extends ClassTransformation with additional methods that may only be used
internally by Tapestry. |
| Classes in org.apache.tapestry5.internal.services that implement ClassTransformation | |
|---|---|
class |
InternalClassTransformationImpl
Implementation of the InternalClassTransformation interface. |
| Methods in org.apache.tapestry5.internal.services that return ClassTransformation | |
|---|---|
ClassTransformation |
TransformationException.getTransformation()
|
| 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)
|
| 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.services.meta |
|---|
| Methods in org.apache.tapestry5.internal.services.meta with parameters of type ClassTransformation | |
|---|---|
void |
MetaWorkerImpl.transform(ClassTransformation transformation,
MutableComponentModel model)
|
| Uses of ClassTransformation in org.apache.tapestry5.internal.transform |
|---|
| 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 |
SessionAttributeWorker.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 |
PageResetAnnotationWorker.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 |
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 |
ImportWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
HeartbeatDeferredWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
EnvironmentalWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
DiscardAfterWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
ComponentWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
CachedWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
BindParameterWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
ApplicationStateWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
void |
ActivationRequestParameterWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
|
| 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)
Peform the injection, if possible. |
void |
ComponentClassTransformWorker.transform(ClassTransformation transformation,
MutableComponentModel model)
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_addField(ClassTransformation transformation,
int modifiers,
String type,
String suggestedName,
String actualName)
Deprecated. May be removed in Tapestry 5.3 |
|
protected void |
TapestryTestCase.train_addInjectedField(ClassTransformation ct,
Class type,
String suggestedName,
Object value,
String fieldName)
Deprecated. May be removed in Tapestry 5.3 |
|
protected void |
TapestryTestCase.train_findFieldsWithAnnotation(ClassTransformation transformation,
Class<? extends Annotation> annotationClass,
List<String> fieldNames)
Deprecated. May be removed in Tapestry 5.3 |
|
protected void |
TapestryTestCase.train_findFieldsWithAnnotation(ClassTransformation transformation,
Class<? extends Annotation> annotationClass,
String... fieldNames)
Deprecated. May be removed in Tapestry 5.3 |
|
protected void |
TapestryTestCase.train_findMethods(ClassTransformation transformation,
TransformMethodSignature... signatures)
Deprecated. May be removed in Tapestry 5.3 |
|
protected void |
TapestryTestCase.train_findMethodsWithAnnotation(ClassTransformation tf,
Class<? extends Annotation> annotationType,
List<TransformMethodSignature> sigs)
Deprecated. May be removed in Tapestry 5.3 |
|
protected void |
TapestryTestCase.train_findUnclaimedFields(ClassTransformation transformation,
String... fieldNames)
Deprecated. May be removed in Tapestry 5.3 |
|
protected void |
TapestryTestCase.train_getClassName(ClassTransformation transformation,
String className)
|
|
protected
|
TapestryTestCase.train_getFieldAnnotation(ClassTransformation transformation,
String fieldName,
Class<T> annotationClass,
T annotation)
Deprecated. May be removed in Tapestry 5.3 |
|
protected void |
TapestryTestCase.train_getFieldType(ClassTransformation transformation,
String fieldName,
String type)
Deprecated. May be removed in Tapestry 5.3 |
|
protected
|
TapestryTestCase.train_getMethodAnnotation(ClassTransformation ct,
TransformMethodSignature signature,
Class<T> annotationClass,
T annotation)
Deprecated. May be removed in Tapestry 5.3 |
|
protected void |
TapestryTestCase.train_getMethodIdentifier(ClassTransformation transformation,
TransformMethodSignature signature,
String id)
|
|
protected void |
TapestryTestCase.train_getResourcesFieldName(ClassTransformation transformation,
String name)
Deprecated. May be removed in Tapestry 5.3 |
|
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 | |||||||||