sunlabs.brazil.properties
Class SubstPropsHandler.SubstProps
public
class
SubstPropsHandler.SubstProps
extends Properties
This class implements a properties object that knows how
to extract the "name" and "filter" from a properly constructed
name, and to invoke the filter on the value of the encoded
name.
Method Summary |
Object | get(Object key)
If the key doesn't exist, but the "derived" key and value
do exist, then return the substituted value |
String | getProperty(String key) |
public Object get(Object key)
If the key doesn't exist, but the "derived" key and value
do exist, then return the substituted value
public String getProperty(String key)