|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.mvc.Http.Context.Implicit
public static class Http.Context.Implicit
Import in templates to get implicit HTTP context.
Constructor Summary | |
---|---|
Http.Context.Implicit()
|
Method Summary | |
---|---|
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 Http.Request |
request()
Returns the current request. |
static Http.Response |
response()
Returns the current response. |
static Http.Session |
session()
Returns the current session. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Http.Context.Implicit()
Method Detail |
---|
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 Http.Context ctx()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |