| Package | Description |
|---|---|
| sirius.tagliatelle.compiler | |
| sirius.web.http |
Built-in HTTP server based on netty.
|
| sirius.web.services |
Framework for providing structured services via the HTTP interface.
|
| sirius.web.tasks |
| Modifier and Type | Method and Description |
|---|---|
void |
CompileException.reportAsJSON(JSONStructuredOutput out)
Reports all collected errors as JSON, which can be processed by the ACE editor.
|
| Modifier and Type | Method and Description |
|---|---|
JSONStructuredOutput |
Response.json()
Creates a JSON output which can be used to generate well formed json.
|
| Modifier and Type | Method and Description |
|---|---|
JSONStructuredOutput |
JSONCall.getOutput()
Can be used to generate the JSON request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedTasksController.scriptingExecute(WebContext ctx,
JSONStructuredOutput json)
Executes the given script.
|
void |
ManagedTasksController.taskCancel(WebContext ctx,
JSONStructuredOutput json,
String taskId)
Cancels the given tasks as response to an AJAX call.
|
void |
ManagedTasksController.taskInfo(WebContext ctx,
JSONStructuredOutput json,
String taskId)
Displays details to a running task as JSON
|
void |
ManagedTasksController.tasksAPI(WebContext ctx,
JSONStructuredOutput json)
Lists all active tasks as JSON
|
Copyright © 2018. All rights reserved.