|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
org.apache.tapestry.test |
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 |
DispatchToInjectWorker
Iterates over the InjectSpecification s and locates and
delegates to a InjectEnhancementWorker for each one. |
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 messages property into
all components. |
class |
InjectSpecificationWorker
Injects the component's specification as the specification property. |
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)
|
Uses of EnhancementWorker in org.apache.tapestry.test |
Classes in org.apache.tapestry.test that implement EnhancementWorker | |
class |
CreatePropertyWorker
Forces the creation of a property, overrriding an existing implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |