|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.creamtec.ajaxswing.core.AjaxSwingPropertiesManager
public class AjaxSwingPropertiesManager
Loads and manages the configuration properties for all applications configured in AjaxSwing/conf directory.
| Method Summary | |
|---|---|
AjaxSwingProperties |
getAppProperties(java.lang.String appName)
Returns the properties for the given application name. |
static AjaxSwingPropertiesManager |
getInstance()
Returns the singlton instance of the property manager |
java.util.HashMap |
getPropertiesMap()
Returns a map of all loaded application configurations |
static void |
init(java.lang.String configDirectoryFileName)
Factory method used to create and initialize the property manager |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AjaxSwingPropertiesManager getInstance()
java.lang.Exceptionpublic static void init(java.lang.String configDirectoryFileName)
configDirectoryFileName - configuration directory file name, from which
to read all property files
java.lang.Exceptionpublic AjaxSwingProperties getAppProperties(java.lang.String appName)
appName - application name, for example "SwingSet"public java.util.HashMap getPropertiesMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||