Uses of Interface
org.apache.tapestry.engine.IPropertySource

Packages that use IPropertySource
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
org.apache.tapestry.util A general set of resuable classes and utilities for creating Internet and XML applications. 
 

Uses of IPropertySource in org.apache.tapestry
 

Subinterfaces of IPropertySource in org.apache.tapestry
 interface INamespace
          Organizes different libraries of Tapestry pages, components and services into "frameworks", used to disambiguate names.
 

Methods in org.apache.tapestry that return IPropertySource
 IPropertySource IEngine.getPropertySource()
          Deprecated. To be removed in 4.1. This value can now be injected as "infrastructure:applicationPropertySource".
 

Uses of IPropertySource in org.apache.tapestry.engine
 

Classes in org.apache.tapestry.engine that implement IPropertySource
 class Namespace
          Implementation of INamespace that works with a NamespaceResources to obtain page and component specifications as needed.
 

Methods in org.apache.tapestry.engine that return IPropertySource
 IPropertySource AbstractEngine.getPropertySource()
           
 

Uses of IPropertySource in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return IPropertySource
 IPropertySource Infrastructure.getApplicationPropertySource()
          Returns an IPropertySource configured to search the application specification, etc.
 IPropertySource Infrastructure.getGlobalPropertySource()
          Returns an IPropertySource configured to search the servlet, servlet context, and factory defaults.
 

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

Classes in org.apache.tapestry.services.impl that implement IPropertySource
 class InitializationParameterHolderPropertySource
          Searches for property values inside objects that implement InitializationParameterHolder.
 class SymbolSourcesPropertySource
          Property source that bridges to HiveMind Symbol Sources.
 

Methods in org.apache.tapestry.services.impl that return IPropertySource
 IPropertySource InfrastructureImpl.getApplicationPropertySource()
           
 IPropertySource InfrastructureImpl.getGlobalPropertySource()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type IPropertySource
 void ComponentPropertySourceImpl.setGlobalProperties(IPropertySource globalProperties)
           
 void PropertyObjectProvider.setSource(IPropertySource source)
           
 

Constructors in org.apache.tapestry.services.impl with parameters of type IPropertySource
LocalizedPropertySource(IPropertySource source)
           
 

Uses of IPropertySource in org.apache.tapestry.util
 

Classes in org.apache.tapestry.util that implement IPropertySource
 class PropertyHolderPropertySource
          Implements the IPropertySource interface for instances that implement IPropertyHolder.
 class ResourceBundlePropertySource
          A property source that is based on a ResourceBundle.
 class SystemPropertiesPropertySource
          Obtain properties from JVM system properties.
 

Methods in org.apache.tapestry.util that return IPropertySource
static IPropertySource SystemPropertiesPropertySource.getInstance()