org.apache.tapestry5.ioc.internal.services
Class ResourceSymbolProvider

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.ResourceSymbolProvider
All Implemented Interfaces:
SymbolProvider
Direct Known Subclasses:
ClasspathResourceSymbolProvider, ContextResourceSymbolProvider

public class ResourceSymbolProvider
extends Object
implements SymbolProvider

Makes a Resource available as a SymbolProvider

Since:
5.1.0.5

Constructor Summary
ResourceSymbolProvider(Resource resource)
           
 
Method Summary
 String valueForSymbol(String symbolName)
          Returns the value for the symbol, or null if this provider can not provide a value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSymbolProvider

public ResourceSymbolProvider(Resource resource)
Method Detail

valueForSymbol

public String valueForSymbol(String symbolName)
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 interface SymbolProvider
Returns:
the value or null


Copyright © 2003-2012 The Apache Software Foundation.