|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectplay.mvc.Scope
public class Scope
All application Scopes
嵌套类摘要 | |
---|---|
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 |
字段摘要 | |
---|---|
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
|
构造方法摘要 | |
---|---|
Scope()
|
方法摘要 |
---|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
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 Scope()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |