static Result |
ResultFactory.badRequest() |
static Result |
ResultFactory.badRequest(String content) |
static Result |
ResultFactory.body(String content) |
static Result |
ResultFactory.forbidden() |
static Result |
ResultFactory.forbidden(String content) |
static Result |
ResultFactory.header(String name,
String value) |
static Result |
ResultFactory.internalServerError() |
static Result |
ResultFactory.internalServerError(String content) |
static Result |
ResultFactory.notFound() |
static Result |
ResultFactory.notFound(String content) |
static Result |
ResultFactory.ok() |
static Result |
ResultFactory.ok(String content) |
static Result |
ResultCombinators.operator_doubleGreaterThan(Result one,
Result then) |
static Result |
ResultFactory.render(String templatePath,
Object data) |
static Result |
ResultCombinators.result(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super javax.servlet.http.HttpServletResponse> responseConfigurer)
Adapts a closure into the Result interface.
|