public class Scope extends 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 String |
COOKIE_EXPIRE |
static String |
COOKIE_PREFIX |
static boolean |
COOKIE_SECURE |
static boolean |
SESSION_HTTPONLY |
static boolean |
SESSION_SEND_ONLY_IF_CHANGED |
Constructor and Description |
---|
Scope() |
public static final String COOKIE_PREFIX
public static final boolean COOKIE_SECURE
public static final String COOKIE_EXPIRE
public static final boolean SESSION_HTTPONLY
public static final boolean SESSION_SEND_ONLY_IF_CHANGED
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly