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.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
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.pageload
 

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

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
          Implementation of tapestry.props.ComponentPropertySource.
 

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 ComponentMessagesSourceImpl.setComponentPropertySource(ComponentPropertySource componentPropertySource)
           
 void TemplateSourceImpl.setComponentPropertySource(ComponentPropertySource componentPropertySource)