| Package | Description |
|---|---|
| de.aristaflow.adept2.ui.htmlgui | |
| de.aristaflow.adept2.ui.htmlgui.httpservice | |
| de.aristaflow.adept2.ui.swtgui |
| Modifier and Type | Field and Description |
|---|---|
protected HTTPService |
RemoteHTMLContext.httpService
The HTTP service for deregistering this reply handler.
|
| Constructor and Description |
|---|
RemoteHTMLContext(java.lang.Thread thread,
SessionToken session,
HTTPService httpService,
java.lang.String sessionID,
ActivityInstance activityInstance,
EBPInstanceReference activity,
ExecutionContext executionContext)
Creates a new
HTMLContext for handling the interaction between
webserver and ExecutableComponent and also to provide the
URL to a client allowing to call the URL
remotely. |
| Modifier and Type | Class and Description |
|---|---|
class |
AristaFlowHTTPService
Servlet implementation for the HTTP service of the HTML context.
|
class |
EmbdServContHTTPService
Simple HTTP service based on a
ServletService (an embedded servlet
container). |
class |
NullHTTPService
Dummy HTTP service for head-less clients.
|
| Constructor and Description |
|---|
SwtHtmlContext(java.lang.Thread thread,
SWTContext parentSwtContext,
HTTPService httpService,
ClientService clientService,
java.lang.String sessionId)
Creates a new HTML context based on the Eclipse-Browser-widget.
|