| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyWorker
No, this class isn't abstract ...
|
class |
DispatchToInjectWorker
Iterates over the
InjectSpecifications 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
messagesproperty into
all components. |
class |
InjectSpecificationWorker
Injects the component's specification as the
specificationproperty. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentConstructorFactoryImpl.setChain(EnhancementWorker chain) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreatePropertyWorker
Forces the creation of a property, overrriding an existing implementation.
|