Package play.mvc
Class Scope
- java.lang.Object
-
- play.mvc.Scope
-
public class Scope extends java.lang.ObjectAll application Scopes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScope.FlashFlash scopestatic classScope.ParamsHTTP paramsstatic classScope.RenderArgsRender args (used in template rendering)static classScope.RouteArgsRoutes args (used in reserve routing)static classScope.SessionSession scope
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOOKIE_EXPIREstatic java.lang.StringCOOKIE_PREFIXstatic booleanCOOKIE_SECUREstatic booleanSESSION_HTTPONLYstatic booleanSESSION_SEND_ONLY_IF_CHANGEDstatic SessionStoresessionStore
-
Constructor Summary
Constructors Constructor Description Scope()
-
-
-
Field Detail
-
COOKIE_PREFIX
public static final java.lang.String COOKIE_PREFIX
-
COOKIE_SECURE
public static final boolean COOKIE_SECURE
-
COOKIE_EXPIRE
public static final java.lang.String COOKIE_EXPIRE
-
SESSION_HTTPONLY
public static final boolean SESSION_HTTPONLY
-
SESSION_SEND_ONLY_IF_CHANGED
public static final boolean SESSION_SEND_ONLY_IF_CHANGED
-
sessionStore
public static SessionStore sessionStore
-
-