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

Packages that use InjectStateSpecification
org.apache.tapestry.spec Classes to represent application and component specifications. 
 

Uses of InjectStateSpecification in org.apache.tapestry.spec
 

Classes in org.apache.tapestry.spec that implement InjectStateSpecification
 class InjectStateSpecificationImpl
           
 

Methods in org.apache.tapestry.spec that return InjectStateSpecification
 InjectStateSpecification SpecFactory.createInjectStateSpecification()
           
 

Methods in org.apache.tapestry.spec with parameters of type InjectStateSpecification
 void IComponentSpecification.addInjectStateSpecification(InjectStateSpecification spec)
          Adds a InjectStateSpecifications.
 void ComponentSpecification.addInjectStateSpecification(InjectStateSpecification spec)