Uses of Interface
org.apache.tapestry.spec.InjectSpecification

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 InjectStateFlagWorker.performEnhancement(EnhancementOperation op, InjectSpecification spec)
           
 void InjectEnhancementWorker.performEnhancement(EnhancementOperation op, InjectSpecification spec)
          Perform the enhancement defined by the InjectSpecification.
 void InjectPageWorker.performEnhancement(EnhancementOperation op, InjectSpecification spec)
           
 void InjectStateWorker.performEnhancement(EnhancementOperation op, InjectSpecification spec)
           
 void InjectObjectWorker.performEnhancement(EnhancementOperation op, InjectSpecification is)
           
 

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 IComponentSpecification.addInjectSpecification(InjectSpecification spec)
          Adds a InjectSpecification.
 void ComponentSpecification.addInjectSpecification(InjectSpecification spec)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.