sunlabs.brazil.handler

Class UrlMapperHandler.MapProperties

public class UrlMapperHandler.MapProperties extends Properties

Look in a dictionary first, then the provided properties. XXX There are lots of little classes like this sprinkled throught the code. They should be consolidated. This is for Format.subst, and is not a complete implementation.
Constructor Summary
MapProperties(Properties props, Dictionary dict)
Method Summary
voidaddItem(String name, String value)
StringgetProperty(String key, String dflt)
StringgetProperty(String key)

Constructor Detail

MapProperties

public MapProperties(Properties props, Dictionary dict)

Method Detail

addItem

public void addItem(String name, String value)

getProperty

public String getProperty(String key, String dflt)

getProperty

public String getProperty(String key)