com.hammurapi.config.bootstrap
Interface TokenExpander.TokenSource

All Known Implementing Classes:
MapTokenSource
Enclosing class:
TokenExpander

public static interface TokenExpander.TokenSource

Source of tokens.

Author:
Pavel Vlasov

Method Summary
 String getToken(String name)
           
 

Method Detail

getToken

String getToken(String name)
Parameters:
name - Token name.
Returns:
Token value or null.