public class Scope
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Scope.Flash
Flash scope
|
static class |
Scope.Params
HTTP params
|
static class |
Scope.RenderArgs
Render args (used in template rendering)
|
static class |
Scope.RouteArgs
Routes args (used in reserve routing)
|
static class |
Scope.Session
Session scope
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COOKIE_EXPIRE |
static java.lang.String |
COOKIE_PREFIX |
static boolean |
COOKIE_SECURE |
static boolean |
SESSION_HTTPONLY |
static boolean |
SESSION_SEND_ONLY_IF_CHANGED |
static SessionStore |
sessionStore |
Constructor and Description |
---|
Scope() |
public static final java.lang.String COOKIE_PREFIX
public static final boolean COOKIE_SECURE
public static final java.lang.String COOKIE_EXPIRE
public static final boolean SESSION_HTTPONLY
public static final boolean SESSION_SEND_ONLY_IF_CHANGED
public static SessionStore sessionStore
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly