Interface SymbolProvider
-
- All Known Implementing Classes:
ClasspathResourceSymbolProvider
,ContextResourceSymbolProvider
,DelegatingSymbolProvider
,MapSymbolProvider
,ResourceSymbolProvider
,ServletContextSymbolProvider
,SingleKeySymbolProvider
,SystemEnvSymbolProvider
,SystemPropertiesSymbolProvider
) public interface SymbolProvider
A provider of values for symbols, used by theSymbolSource
service. This is the service interface for the FactoryDefaults and ApplicationDefaults services; each of these takes a configuration mapping symbols to their values.- See Also:
FactoryDefaults
,ApplicationDefaults
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description symbolName)
Returns the value for the symbol, or null if this provider can not provide a value.
-