Uses of Interface
org.apache.tapestry.enhance.EnhancementWorker

Packages that use EnhancementWorker
org.apache.tapestry.enhance Classes used for performing dynamic bytecode enhancement of component and page classes. 
org.apache.tapestry.services.impl   
 

Uses of EnhancementWorker in org.apache.tapestry.enhance
 

Classes in org.apache.tapestry.enhance that implement EnhancementWorker
 class AbstractPropertyWorker
          No, this class isn't abstract ...
 class InjectAssetWorker
          Injects assets as component properties.
 class InjectBeanWorker
          Injects a property that will dynamically access a managed bean.
 class InjectComponentWorker
          Injects components for which the property attribute of the <component> element was specified.
 class InjectListenerRegistrationWorker
          Checks to see if the component implements a specific interface, and adds code to the component's finishLoad() method to register (with the page) for such notifications.
 class InjectMessagesWorker
          Injects the read-only messagesproperty into all components.
 class InjectSpecificationWorker
          Injects the component's specification as the specificationproperty.
 class InjectStateWorker
          Worker for injecting application state objects as properties of the component.
 class InjectWorker
          Adds read-only properties to the enhanced class that contain data injected from HiveMind.
 class ParameterPropertyWorker
          Responsible for creating properties for connected parameters.
 class SpecifiedPropertyWorker
          Responsible for adding properties to a class corresponding to specified properties in the component's specification.
 

Uses of EnhancementWorker in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl with parameters of type EnhancementWorker
 void ComponentConstructorFactoryImpl.setChain(EnhancementWorker chain)