Uses of Class
play.mvc.Scope.Session
-
Packages that use Scope.Session Package Description play.mvc -
-
Uses of Scope.Session in play.mvc
Fields in play.mvc declared as Scope.Session Modifier and Type Field Description protected static Scope.Session
Controller. session
The current HTTP session.protected static Scope.Session
WebSocketController. session
Fields in play.mvc with type parameters of type Scope.Session Modifier and Type Field Description static java.lang.ThreadLocal<Scope.Session>
Scope.Session. current
Methods in play.mvc that return Scope.Session Modifier and Type Method Description static Scope.Session
Scope.Session. current()
Scope.Session
CookieSessionStore. restore()
static Scope.Session
Scope.Session. restore()
Scope.Session
SessionStore. restore()
Methods in play.mvc with parameters of type Scope.Session Modifier and Type Method Description void
CookieSessionStore. save(Scope.Session session)
void
SessionStore. save(Scope.Session session)
-