Uses of Class
play.mvc.Scope.Params
-
Packages that use Scope.Params Package Description play.db.jpa play.mvc play.utils -
-
Uses of Scope.Params in play.db.jpa
Methods in play.db.jpa with parameters of type Scope.Params Modifier and Type Method Description static <T extends JPABase>
TGenericModel. create(java.lang.String name, Scope.Params params)
Create the new entityJPABase
JPQL. create(java.lang.String dbName, java.lang.String entity, java.lang.String name, Scope.Params params)
JPABase
JPQL. create(java.lang.String entity, java.lang.String name, Scope.Params params)
-
Uses of Scope.Params in play.mvc
Fields in play.mvc declared as Scope.Params Modifier and Type Field Description protected static Scope.Params
Controller. params
The current HTTP params.Scope.Params
Http.Request. params
Paramsprotected static Scope.Params
WebSocketController. params
Fields in play.mvc with type parameters of type Scope.Params Modifier and Type Field Description static java.lang.ThreadLocal<Scope.Params>
Scope.Params. current
Methods in play.mvc that return Scope.Params Modifier and Type Method Description static Scope.Params
Scope.Params. current()
-
Uses of Scope.Params in play.utils
Methods in play.utils with parameters of type Scope.Params Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>
Utils. filterParams(Scope.Params params, java.lang.String prefix)
-