Package | Description |
---|---|
org.apache.tapestry.enhance |
Classes used for performing dynamic bytecode enhancement of component and page classes.
|
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Modifier and Type | Method and Description |
---|---|
void |
InjectEnhancementWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec)
Perform the enhancement defined by the
InjectSpecification . |
void |
InjectMetaWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec) |
void |
InjectObjectWorker.performEnhancement(EnhancementOperation op,
InjectSpecification is) |
void |
InjectPageWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec) |
void |
InjectScriptWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec) |
void |
InjectStateFlagWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec) |
void |
InjectStateWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec) |
Modifier and Type | Class and Description |
---|---|
class |
InjectSpecificationImpl |
Modifier and Type | Method and Description |
---|---|
InjectSpecification |
SpecFactory.createInjectSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentSpecification.addInjectSpecification(InjectSpecification spec) |
void |
IComponentSpecification.addInjectSpecification(InjectSpecification spec)
Adds a
InjectSpecification . |