Package ch.software_atelier.simpleflex
Class SimpleFlexBase
java.lang.Object
ch.software_atelier.simpleflex.SimpleFlexBase
This is the Main-Class of the SmpleFles base Application.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSimpleFlexBase(GlobalConfig gc, DomainConfig dc) SimpleFlexBase(GlobalConfig gc, List<DomainConfig> dcs) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidThe Main-Methodstatic SimpleFlexAccesserstatic SimpleFlexAccesserserveOnLocalhost(String classPath, HashMap<String, Object> config, int port) Serves the given App as default App on localhoststatic SimpleFlexAccessersfa()voidstart()
-
Field Details
-
SERVER_VERS
The Version-String of this Server- See Also:
-
START_TIME
The Starttime of this Server
-
-
Constructor Details
-
SimpleFlexBase
-
SimpleFlexBase
-
-
Method Details
-
sfa
-
serveOnLocalhost
public static SimpleFlexAccesser serveOnLocalhost(String classPath, HashMap<String, Object> config, int port) Serves the given App as default App on localhost- Parameters:
classPath-config-port-- Returns:
-
serveOnLocalhost
-
serveOnHost
-
start
public void start() -
main
The Main-Method- Parameters:
args-
-
getSimpleFlexAccesser
-