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.
Constructor Summary
SubstProps(Request r)
Method Summary
Objectget(Object key)
If the key doesn't exist, but the "derived" key and value do exist, then return the substituted value
StringgetProperty(String key)

Constructor Detail

SubstProps

public SubstProps(Request r)

Method Detail

get

public Object get(Object key)
If the key doesn't exist, but the "derived" key and value do exist, then return the substituted value

getProperty

public String getProperty(String key)