| Interface | Description |
|---|---|
| HTMLContext |
HTMLContext provides the means to create an HTML-document as
user-interface for an executed component. |
| URLContext |
A
URLContext just provides an URL. |
| Class | Description |
|---|---|
| AbstractHTMLContext |
This
GUIContext enables the usage of HTML as graphical user
interface. |
| HTMLContext.Attachment |
An
Attachment represents either binary data or a (text) file
uploaded to the HTTP-service. |
| HTMLContext.HTTPReply |
The
HTTPReply wraps the data sent as GET or POST to the web
server. |
| HTMLContext.Response |
A HTTP-response to be sent to the HTTP-client.
|
| HTMLContext.Response.MimeType |
Common mime types for dynamic content
|
| RemoteHTMLContext |
A simple
HTMLContext that does not create any browsers or alike
but just provides the interaction between webserver and
ExecutableComponent. |
| TransferredURLContext |
A simple implementation of the transfer object for a
URLContext. |