public static class Http.Context.Implicit
extends java.lang.Object
Constructor and Description |
---|
Implicit() |
Modifier and Type | Method and Description |
---|---|
static Http.Context |
ctx()
Returns the current context.
|
static Http.Flash |
flash()
Returns the current flash scope.
|
static Lang |
lang()
Returns the current lang.
|
static Messages |
messages() |
static Http.Request |
request()
Returns the current request.
|
static Http.Response |
response()
Returns the current response.
|
static Http.Session |
session()
Returns the current session.
|
public static Http.Response response()
public static Http.Request request()
public static Http.Flash flash()
public static Http.Session session()
public static Lang lang()
public static Messages messages()
public static Http.Context ctx()