play.mvc
Class Scope

java.lang.Object
  extended by play.mvc.Scope

public class Scope
extends java.lang.Object

All application Scopes


Nested Class Summary
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
 
Field Summary
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
           
 
Constructor Summary
Scope()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

Scope

public Scope()


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