Class WebAppConfig
java.lang.Object
ch.software_atelier.simpleflex.conf.WebAppConfig
This Class configures a class that implements the WebApp-interface,
- Author:
- tk
-
Constructor Summary
ConstructorsConstructorDescriptionWebAppConfig(String classPath, String name) Creates a new instance of WebAppConfig -
Method Summary
-
Constructor Details
-
WebAppConfig
Creates a new instance of WebAppConfig- Parameters:
classPath- the classpath to the class that implements the interface WebAppname- the name of the webApp. Under this name the Webapp is callable. Example: If the name is myApp, the Webapp is accessable over the URL http://my.host/myApp
-
-
Method Details
-
config
Returns the HashMap that holds the configuration-fields- Returns:
-
name
returns the webApp name. Under this name the Webapp is callable. Example: If the name is myApp, the Webapp is accessable over the URL http://my.host/myApp- Returns:
-
classPath
Returns the classpath to the WebApp class.- Returns:
-