| |
|
| java.lang.Object com.opensymphony.webwork.config.Configuration com.opensymphony.webwork.config.PropertiesConfiguration
PropertiesConfiguration | public class PropertiesConfiguration extends Configuration (Code) | | A class to handle configuration via a properties file.
author: Rickard �berg author: Jason Carreira author: Bill Lynch (docs) |
PropertiesConfiguration | public PropertiesConfiguration(String name)(Code) | | Creates a new properties config given the name of a properties file. The name is expected to NOT have
the ".properties" file extension. So when new PropertiesConfiguration("foo") is called
this class will look in the classpath for the foo.properties file.
Parameters: name - the name of the properties file, excluding the ".properties" extension. |
|
|
|