|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InjectSpecification | |
| 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. |
| Uses of InjectSpecification in org.apache.tapestry.enhance |
| Methods in org.apache.tapestry.enhance with parameters of type InjectSpecification | |
void |
InjectMetaWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec)
|
void |
InjectScriptWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec)
|
void |
InjectObjectWorker.performEnhancement(EnhancementOperation op,
InjectSpecification is)
|
void |
InjectStateWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec)
|
void |
InjectPageWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec)
|
void |
InjectEnhancementWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec)
Perform the enhancement defined by the InjectSpecification. |
void |
InjectStateFlagWorker.performEnhancement(EnhancementOperation op,
InjectSpecification spec)
|
| Uses of InjectSpecification in org.apache.tapestry.spec |
| Classes in org.apache.tapestry.spec that implement InjectSpecification | |
class |
InjectSpecificationImpl
|
| Methods in org.apache.tapestry.spec that return InjectSpecification | |
InjectSpecification |
SpecFactory.createInjectSpecification()
|
| Methods in org.apache.tapestry.spec with parameters of type InjectSpecification | |
void |
ComponentSpecification.addInjectSpecification(InjectSpecification spec)
|
void |
IComponentSpecification.addInjectSpecification(InjectSpecification spec)
Adds a InjectSpecification. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||