public class RequestRouter extends Object
| Constructor and Description |
|---|
RequestRouter() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeMethod(prompto.grammar.Identifier methodName,
String jsonParams,
Map<String,byte[]> parts,
boolean main,
javax.servlet.http.HttpServletResponse response) |
void |
interpretMethod(prompto.grammar.Identifier methodName,
String jsonParams,
Map<String,byte[]> parts,
boolean main,
javax.servlet.http.HttpServletResponse response) |
void |
route(ExecutionMode mode,
prompto.grammar.Identifier methodName,
String jsonParams,
Map<String,byte[]> parts,
boolean main,
javax.servlet.http.HttpServletResponse response) |
public void route(ExecutionMode mode, prompto.grammar.Identifier methodName, String jsonParams, Map<String,byte[]> parts, boolean main, javax.servlet.http.HttpServletResponse response) throws Exception
Exceptionpublic void executeMethod(prompto.grammar.Identifier methodName,
String jsonParams,
Map<String,byte[]> parts,
boolean main,
javax.servlet.http.HttpServletResponse response)
throws Exception
ExceptionCopyright © 2020 Prompto. All rights reserved.