play.mvc
类 Scope

java.lang.Object
  继承者 play.mvc.Scope

public class Scope
extends java.lang.Object

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
 

字段详细信息

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
构造方法详细信息

Scope

public Scope()


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly