| Package | Description |
|---|---|
| prompto.server |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionMode |
PromptoServlet.readMode(javax.servlet.http.HttpServletRequest req) |
static ExecutionMode |
ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionMode[] |
ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestRouter.route(ExecutionMode mode,
prompto.grammar.Identifier methodName,
String jsonParams,
Map<String,byte[]> parts,
boolean main,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2020 Prompto. All rights reserved.