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

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

Uses of InjectEnhancementWorker in org.apache.tapestry.enhance
 

Classes in org.apache.tapestry.enhance that implement InjectEnhancementWorker
 class InjectMetaWorker
          Injects meta data obtained via ComponentPropertySource (meaning that meta-data is searched for in the component's specification, then it's namespace (library or application specification), then the global application properties.
 class InjectObjectWorker
          Implementation for injection type "object" (the default).
 class InjectPageWorker
          Injects code to access a named page within the application.
 class InjectScriptWorker
          Injects IScript instances directly into pages or components.
 class InjectStateWorker
          Worker for injecting application state objects as properties of the component.