Uses of Class
prompto.server.ExecutionMode
-
Packages that use ExecutionMode Package Description prompto.server -
-
Uses of ExecutionMode in prompto.server
Methods in prompto.server that return ExecutionMode Modifier and Type Method Description protected ExecutionModePromptoServlet. readMode(javax.servlet.http.HttpServletRequest req)static ExecutionModeExecutionMode. 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.Methods in prompto.server with parameters of type ExecutionMode Modifier and Type Method Description voidRequestRouter. route(ExecutionMode mode, prompto.grammar.Identifier methodName, String jsonParams, Map<String,byte[]> parts, boolean main, javax.servlet.http.HttpServletResponse response)
-