| Package | Description |
|---|---|
| de.aristaflow.adept2.ui.htmlgui | |
| de.aristaflow.adept2.ui.htmlgui.httpservice | |
| de.aristaflow.adept2.ui.swtgui |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHTMLContext
This
GUIContext enables the usage of HTML as graphical user
interface. |
class |
RemoteHTMLContext
A simple
HTMLContext that does not create any browsers or alike
but just provides the interaction between webserver and
ExecutableComponent. |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,HTTPReplyHandler> |
AristaFlowHTTPService.replyHandlers
The reply handlers to which HTTP-requests are forwarded after the decoding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AristaFlowHTTPService.registerReplyHandler(SessionToken session,
java.lang.String sessionID,
HTTPReplyHandler replyHandler) |
void |
EmbdServContHTTPService.registerReplyHandler(SessionToken session,
java.lang.String sessionID,
HTTPReplyHandler replayHandler) |
void |
HTTPService.registerReplyHandler(SessionToken session,
java.lang.String sessionID,
HTTPReplyHandler replyHandler)
Registers a reply handler for the activity with the designated
sessionID. |
void |
NullHTTPService.registerReplyHandler(SessionToken session,
java.lang.String sessionID,
HTTPReplyHandler replyHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
SwtHtmlContext
This
GUIContext encapsulates the HTML of this context in
a browser widget in SWT. |