| Package | Description |
|---|---|
| ch.software_atelier.simpleflex.apps | |
| ch.software_atelier.simpleflex.apps.defaultapp | |
| ch.software_atelier.simpleflex.docs.impl |
| Modifier and Type | Method and Description |
|---|---|
WebDoc |
WebApp.process(Request request)
This Method must process the Request from a WebBrowser
|
| Modifier and Type | Method and Description |
|---|---|
WebDoc |
DefaultApp.process(Request request) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanShellDoc |
class |
ByteDoc
This is a simple WebDoc-Class for sending a byte-Array.
|
class |
ErrorDoc |
class |
FileDoc
Represents a File
|
class |
FolderRedirectorDoc |
class |
InputStreamDoc |
class |
JSONDoc |
class |
RedirectorDoc
This WebDoc serves a html-file that redirects to the given url.
|
class |
RessourceDoc
Serves a file from the ressources
|
class |
StringDoc |
class |
TemplateDoc |
class |
XMLDoc |
class |
ZipDoc
This WebDoc serves a few files as one ZIP-File.
|
| Modifier and Type | Method and Description |
|---|---|
static WebDoc |
ErrorDoc.err500_InternalServerError(String message) |
static WebDoc |
ErrorDoc.err501_NotImplemented(String message) |
static WebDoc |
FileDoc.fileByReq(Request req,
File baseDir,
String appName) |
static WebDoc |
StringDoc.html(String data) |
static WebDoc |
StringDoc.htmlContent(String data) |
static WebDoc |
StringDoc.text(String data) |
Copyright © 2020 Software Atelier Kamber. All rights reserved.