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.SessionController. sessionThe current HTTP session.protected static Scope.SessionWebSocketController. sessionFields in play.mvc with type parameters of type Scope.Session Modifier and Type Field Description static java.lang.ThreadLocal<Scope.Session>Scope.Session. currentMethods in play.mvc that return Scope.Session Modifier and Type Method Description static Scope.SessionScope.Session. current()Scope.SessionCookieSessionStore. restore()static Scope.SessionScope.Session. restore()Scope.SessionSessionStore. restore()Methods in play.mvc with parameters of type Scope.Session Modifier and Type Method Description voidCookieSessionStore. save(Scope.Session session)voidSessionStore. save(Scope.Session session)
-