Class ResourceSymbolProvider
java.lang.Object
org.apache.tapestry5.ioc.internal.services.ResourceSymbolProvider
- All Implemented Interfaces:
SymbolProvider
- Direct Known Subclasses:
ClasspathResourceSymbolProvider
,ContextResourceSymbolProvider
Makes a
Resource
available as a SymbolProvider
- Since:
- 5.1.0.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalueForSymbol
(String symbolName) Returns the value for the symbol, or null if this provider can not provide a value.
-
Constructor Details
-
ResourceSymbolProvider
-
-
Method Details
-
valueForSymbol
Description copied from interface:SymbolProvider
Returns the value for the symbol, or null if this provider can not provide a value. The value itself may contain symbols that will be recursively expanded.- Specified by:
valueForSymbol
in interfaceSymbolProvider
- Returns:
- the value or null
-