com.google.inject.servlet
Class ServletScopes

java.lang.Object
  extended by com.google.inject.servlet.ServletScopes

public class ServletScopes
extends java.lang.Object

Servlet scopes.

Author:
crazybob@google.com (Bob Lee)

Field Summary
static Scope REQUEST
          HTTP servlet request scope.
static java.lang.String REQUEST_NAME
          Name of HTTP servlet request scope.
static Scope SESSION
          HTTP session scope.
static java.lang.String SESSION_NAME
          Name of HTTP session scope.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_NAME

public static final java.lang.String REQUEST_NAME
Name of HTTP servlet request scope.

See Also:
Constant Field Values

REQUEST

public static final Scope REQUEST
HTTP servlet request scope.


SESSION_NAME

public static final java.lang.String SESSION_NAME
Name of HTTP session scope.

See Also:
Constant Field Values

SESSION

public static final Scope SESSION
HTTP session scope.