Uses of Interface
org.apache.tapestry.services.ComponentPropertySource

Packages that use ComponentPropertySource
org.apache.tapestry.enhance Classes used for performing dynamic bytecode enhancement of component and page classes. 
org.apache.tapestry.resolver   
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
 

Uses of ComponentPropertySource in org.apache.tapestry.enhance
 

Methods in org.apache.tapestry.enhance with parameters of type ComponentPropertySource
 void InjectMetaWorker.setSource(ComponentPropertySource source)
           
 

Uses of ComponentPropertySource in org.apache.tapestry.resolver
 

Methods in org.apache.tapestry.resolver with parameters of type ComponentPropertySource
 void PageSpecificationResolverImpl.setComponentPropertySource(ComponentPropertySource componentPropertySource)
           
 

Uses of ComponentPropertySource in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ComponentPropertySource
 ComponentPropertySource Infrastructure.getComponentPropertySource()
          Returns an object used to access component meta-data properties.
 

Uses of ComponentPropertySource in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement ComponentPropertySource
 class ComponentPropertySourceImpl
          TODO: Figure out a testing strategy for this beast!
 

Methods in org.apache.tapestry.services.impl that return ComponentPropertySource
 ComponentPropertySource InfrastructureImpl.getComponentPropertySource()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type ComponentPropertySource
 void TemplateSourceImpl.setComponentPropertySource(ComponentPropertySource componentPropertySource)
           
 void ComponentMessagesSourceImpl.setComponentPropertySource(ComponentPropertySource componentPropertySource)