Uses of Interface
org.apache.tapestry5.ioc.services.SymbolProvider
Packages that use SymbolProvider
Package
Description
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
-
Uses of SymbolProvider in org.apache.tapestry5.http.internal
Classes in org.apache.tapestry5.http.internal that implement SymbolProviderModifier and TypeClassDescriptionclass
A wrapper aroundServletContext
that makes init-parameters accessible as symbols.class
Implementation ofSymbolProvider
that only supports a single key/value pair.Constructors in org.apache.tapestry5.http.internal with parameters of type SymbolProviderModifierConstructorDescriptionSyntheticSymbolSourceContributionDef
(String contributionName, SymbolProvider provider, String... constraints) TapestryAppInitializer
(org.slf4j.Logger logger, SymbolProvider appProvider, String appName, String executionModes) -
Uses of SymbolProvider in org.apache.tapestry5.http.internal.util
Classes in org.apache.tapestry5.http.internal.util that implement SymbolProviderModifier and TypeClassDescriptionclass
Combines multiple symbol providers.Constructors in org.apache.tapestry5.http.internal.util with parameters of type SymbolProvider -
Uses of SymbolProvider in org.apache.tapestry5.internal
Classes in org.apache.tapestry5.internal that implement SymbolProviderModifier and TypeClassDescriptionclass
-
Uses of SymbolProvider in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement SymbolProviderModifier and TypeClassDescriptionclass
Makes aResource
on the classpath available as aSymbolProvider
class
Provides symbol values from a Map of symbol names and symbol values (typically provided by a Tapestry IOC service configuration).class
Makes aResource
available as aSymbolProvider
class
Provides case insensitive access to environment variables.class
Obtains symbol values from JVM System properties.Constructor parameters in org.apache.tapestry5.ioc.internal.services with type arguments of type SymbolProvider -
Uses of SymbolProvider in org.apache.tapestry5.ioc.modules
Methods in org.apache.tapestry5.ioc.modules with parameters of type SymbolProviderModifier and TypeMethodDescriptionstatic 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.modules with type arguments of type SymbolProviderModifier and TypeMethodDescriptionstatic 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