public abstract class RestApp extends Object implements ch.software_atelier.simpleflex.apps.WebApp
| Constructor and Description |
|---|
RestApp() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResource(String path,
RestResource res) |
long |
maxPostingSize(String requestedPath) |
ch.software_atelier.simpleflex.docs.WebDoc |
process(ch.software_atelier.simpleflex.Request request) |
void |
quit() |
void |
setDocInfo(String version,
String title,
String description) |
void |
setDocPath(String host,
String basePath) |
void |
start(String name,
HashMap<String,Object> config,
ch.software_atelier.simpleflex.SimpleFlexAccesser sfa) |
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 void addResource(String path, RestResource res)
public 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.