Class ServletContextSymbolProvider

java.lang.Object
org.apache.tapestry5.http.internal.ServletContextSymbolProvider
All Implemented Interfaces:
SymbolProvider

public class ServletContextSymbolProvider extends Object implements SymbolProvider
A wrapper around ServletContext that makes init-parameters accessible as symbols.
  • Constructor Details

  • Method Details

    • 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