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

Packages that use ComponentPropertySource
org.apache.tapestry.binding Implementations of IBinding
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 Namespace resolution of pages/components/etc.. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ComponentPropertySource in org.apache.tapestry.binding
 

Methods in org.apache.tapestry.binding with parameters of type ComponentPropertySource
 void MetaBindingFactory.setPropertySource(ComponentPropertySource source)
          Injected.
 

Constructors in org.apache.tapestry.binding with parameters of type ComponentPropertySource
MetaBinding(String description, ValueConverter valueConverter, org.apache.hivemind.Location location, IComponent component, ComponentPropertySource propertySource, String key)
           
 

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)
           
 



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