| Name | Description | Type | Package | Framework |
| ActivationRequestParameterWorker | Hooks the activate event handler on the component (presumably, a page) to extract query parameters, and hooks the link decoration events to extract values | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| ApplicationStateWorker | Looks for the SessionState annotations and converts read and write access on such fields into calls to the ApplicationStateManager. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| BindParameterWorker | Responsible for identifying, via the BindParameter annotation, mixin fields that should be bound to a core-component parameter value. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| BridgeClassTransformation | A re-implementation of ClassTransformation around an instance of PlasticClass, acting as a bridge for code written against the 5. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| CachedWorker | Caches method return values for methods annotated with Cached. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| CCTWToCCTW2Coercion | A Coercion for converting the deprecated ComponentClassTransformWorker to the new ComponentClassTransformWorker2. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| ComponentWorker | Finds fields with the Component annotation and updates checks for the Mixins and MixinClasses annotations and uses them to update the ComponentModel | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| DiscardAfterWorker | | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| EnvironmentalWorker | Obtains a value from the Environment service based on the field type. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| EventHandlerMethodParameterProvider | Supplies one parameter value when invoking a component event handler method. | Interface | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| EventHandlerMethodParameterSource | Used to encapsulate the list of EventHandlerMethodParameterProviders for a particular method of a particular component, providing OperationTracker behavior as parameter values | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| HeartbeatDeferredWorker | | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| ImportWorker | | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| InjectComponentWorker | Recognizes the InjectComponent annotation, and converts the field into a read-only field containing the component. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| InjectContainerWorker | Identifies the InjectContainer annotation and adds code to initialize it to | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| InjectionProviderToInjectionProvider2 | Converts the deprecated InjectionProvider to the new InjectionProvider2. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| InjectNamedProvider | Processes the combination of Inject and Named annotations. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| InjectPageWorker | Performs transformations that allow pages to be injected into components. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| InjectServiceWorker | Processes the InjectService annotation. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| InjectWorker | Performs injection triggered by any field annotated with the Inject annotation or the Inject annotation. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| LogWorker | Looks for the Log marker annotation and adds method advice to perform the logging. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| MethodResultCache | Manages a cache value as the result of invoking a no-arguments method. | Interface | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| MixinAfterWorker | Looks for the MixinAfter annotation and sets the mixinAfter flag if present. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| MixinWorker | Supports the Mixin annotation, which allows a mixin to implementation of a component. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| OnEventWorker | Provides implementations of the Component. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| PageActivationContextWorker | Provides the page activation context handlers. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| PageLifecycleAnnotationWorker | Similar to RenderPhaseMethodWorker but applies to annotations/methods related to the overall page lifecycle. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| PageResetAnnotationWorker | | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| ParameterConduit | A facade around Binding and InternalComponentResources that is used to instrument fields with the Parameter annotation. | Interface | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| ParameterWorker | Responsible for identifying parameters via the Parameter annotation on component fields. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| PersistWorker | Converts fields with the Persist annotation into persistent fields. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| PropertyWorker | Provides the getter and setter methods. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| ReadOnlyComponentFieldConduit | An implementation of FieldConduit for a read-only component field. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| RenderCommandWorker | Ensures that all components implement RenderCommand by delegating to RenderCommand. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| RenderPhaseMethodWorker | Converts one of the methods of Component into a chain of command that, itself, | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| RetainWorker | Identifies fields with the Retain annotation, and claims them so that no special work will occur on them. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| SessionAttributeWorker | Looks for the SessionAttribute annotation and converts read and write access on such fields into calls to the Session. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| SupportsInformalParametersWorker | Checks for the SupportsInformalParameters annotation, settting the corresponding flag on the model ifConstructor SummarySupportsInformalParametersWorker() | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| TransformMessages | | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
|
| UnclaimedFieldWorker | Designed to be just about the last worker in the pipeline. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |