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

Packages that use SymbolProvider
org.apache.tapestry5.internal   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.services   
 

Uses of SymbolProvider in org.apache.tapestry5.internal
 

Classes in org.apache.tapestry5.internal that implement 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(SymbolProvider appProvider, String appName, String aliasMode)
           
 

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

Classes in org.apache.tapestry5.ioc.internal.services that implement SymbolProvider
 class MapSymbolProvider
          Provides symbol values from a Map of symbol names and symbol values (typically provided by a Tapestry IOC service configuration).
 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.contributeSymbolSource(OrderedConfiguration<SymbolProvider> configuration, SymbolProvider applicationDefaults, SymbolProvider factoryDefaults)
           
 

Method parameters in org.apache.tapestry5.ioc.services with type arguments of type SymbolProvider
static void TapestryIOCModule.contributeSymbolSource(OrderedConfiguration<SymbolProvider> configuration, SymbolProvider applicationDefaults, SymbolProvider factoryDefaults)
           
 



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