Uses of Interface
org.apache.tapestry5.ioc.services.SymbolProvider

Packages that use SymbolProvider
org.apache.tapestry5.internal [INTERNAL USE ONLY] internal support classes; API subject to change. 
org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. 
org.apache.tapestry5.ioc.services Tapestry IOC service interfaces 
 

Uses of SymbolProvider in org.apache.tapestry5.internal
 

Classes in org.apache.tapestry5.internal that implement SymbolProvider
 class ContextResourceSymbolProvider
          Makes a Resource in the Context available as a SymbolProvider
 class ServletContextSymbolProvider
          A wrapper around ServletContext that makes init-parameters accessible as symbols.
 class SingleKeySymbolProvider
          Implementation of SymbolProvider that only supports a single key/value pair.
 

Constructors in org.apache.tapestry5.internal with parameters of type SymbolProvider
SyntheticSymbolSourceContributionDef(String contributionName, SymbolProvider provider, String... constraints)
           
TapestryAppInitializer(org.slf4j.Logger logger, SymbolProvider appProvider, String appName, String executionModes)
           
TapestryAppInitializer(org.slf4j.Logger logger, SymbolProvider appProvider, String appName, String aliasMode, String executionModes)
          Deprecated. Use TapestryAppInitializer.TapestryAppInitializer(Logger, SymbolProvider, String, String) instead. To be removed in 5.4.
 

Uses of SymbolProvider in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement SymbolProvider
 class ClasspathResourceSymbolProvider
          Makes a Resource on the classpath available as a SymbolProvider
 class MapSymbolProvider
          Provides symbol values from a Map of symbol names and symbol values (typically provided by a Tapestry IOC service configuration).
 class ResourceSymbolProvider
          Makes a Resource available as a SymbolProvider
 class SystemEnvSymbolProvider
          Provides case insensitive access to environment variables.
 class SystemPropertiesSymbolProvider
          Obtains symbol values from JVM System properties.
 

Constructor parameters in org.apache.tapestry5.ioc.internal.services with type arguments of type SymbolProvider
SymbolSourceImpl(List<SymbolProvider> providers)
           
 

Uses of SymbolProvider in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services with parameters of type SymbolProvider
static void TapestryIOCModule.setupStandardSymbolProviders(OrderedConfiguration<SymbolProvider> configuration, SymbolProvider applicationDefaults, SymbolProvider factoryDefaults)
           SystemProperties Exposes JVM System properties as symbols (currently case-sensitive) EnvironmentVariables Exposes environment variables as symbols (adding a "env." prefix) ApplicationDefaults Values contributed to @SymbolProvider @ApplicationDefaults FactoryDefaults Values contributed to @SymbolProvider @FactoryDefaults
 

Method parameters in org.apache.tapestry5.ioc.services with type arguments of type SymbolProvider
static void TapestryIOCModule.setupStandardSymbolProviders(OrderedConfiguration<SymbolProvider> configuration, SymbolProvider applicationDefaults, SymbolProvider factoryDefaults)
           SystemProperties Exposes JVM System properties as symbols (currently case-sensitive) EnvironmentVariables Exposes environment variables as symbols (adding a "env." prefix) ApplicationDefaults Values contributed to @SymbolProvider @ApplicationDefaults FactoryDefaults Values contributed to @SymbolProvider @FactoryDefaults
 



Copyright © 2003-2012 The Apache Software Foundation.