@Deprecated public abstract static class Http.WrappedContext extends Http.Context
Http.Context.Implicitargs, current| Constructor and Description |
|---|
WrappedContext(Http.Context wrapped)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
play.api.mvc.RequestHeader |
_requestHeader()
Deprecated.
|
boolean |
changeLang(Lang lang)
Deprecated.
|
boolean |
changeLang(java.lang.String code)
Deprecated.
|
void |
clearLang()
Deprecated.
|
void |
clearTransientLang()
Deprecated.
|
Http.Flash |
flash()
Deprecated.
|
java.lang.Long |
id()
Deprecated.
|
Lang |
lang()
Deprecated.
|
Messages |
messages()
Deprecated.
|
Http.Request |
request()
Deprecated.
|
Http.Response |
response()
Deprecated.
|
Http.Session |
session()
Deprecated.
|
void |
setTransientLang(Lang lang)
Deprecated.
|
void |
setTransientLang(java.lang.String code)
Deprecated.
|
clear, current, fileMimeTypes, safeCurrent, setCurrent, toString, withRequestpublic WrappedContext(Http.Context wrapped)
wrapped - the context the created instance will wrap@Deprecated public java.lang.Long id()
Http.Contextid in class Http.Context@Deprecated public Http.Request request()
Http.Contextrequest in class Http.Context@Deprecated public Http.Response response()
Http.Contextresponse in class Http.Context@Deprecated public Http.Session session()
Http.Contextsession in class Http.Context@Deprecated public Http.Flash flash()
Http.Contextflash in class Http.Context@Deprecated public play.api.mvc.RequestHeader _requestHeader()
Http.Context_requestHeader in class Http.Context@Deprecated public Lang lang()
Http.Contextlang in class Http.Context@Deprecated public boolean changeLang(java.lang.String code)
Http.ContextchangeLang in class Http.Contextcode - New lang code to use (e.g. "fr", "en-US", etc.)@Deprecated public boolean changeLang(Lang lang)
Http.ContextchangeLang in class Http.Contextlang - New Lang object to use@Deprecated public void clearLang()
Http.ContextclearLang in class Http.Context@Deprecated public void setTransientLang(java.lang.String code)
Http.ContextsetTransientLang in class Http.Contextcode - the language code to set (e.g. "en-US")@Deprecated public void setTransientLang(Lang lang)
Http.ContextsetTransientLang in class Http.Contextlang - the language to set@Deprecated public void clearTransientLang()
Http.ContextclearTransientLang in class Http.Context@Deprecated public Messages messages()
messages in class Http.Context