public class App extends Object implements ch.software_atelier.simpleflex.apps.WebApp
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
long |
maxPostingSize(String requestedPath) |
ch.software_atelier.simpleflex.docs.WebDoc |
process(ch.software_atelier.simpleflex.Request request) |
void |
quit() |
void |
start(String name,
HashMap<String,Object> config,
ch.software_atelier.simpleflex.SimpleFlexAccesser sfa) |
public static void main(String[] args)
public ch.software_atelier.simpleflex.docs.WebDoc process(ch.software_atelier.simpleflex.Request request)
process in interface ch.software_atelier.simpleflex.apps.WebApppublic void start(String name, HashMap<String,Object> config, ch.software_atelier.simpleflex.SimpleFlexAccesser sfa)
start in interface ch.software_atelier.simpleflex.apps.WebApppublic long maxPostingSize(String requestedPath)
maxPostingSize in interface ch.software_atelier.simpleflex.apps.WebApppublic void quit()
quit in interface ch.software_atelier.simpleflex.apps.WebAppCopyright © 2020 Software Atelier Kamber. All rights reserved.