com.google.inject.servlet
Class ServletScopes

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

public class ServletScopes
extends Object

Servlet scopes.


Field Summary
static Scope REQUEST
          HTTP servlet request scope.
static Scope SESSION
          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

public static final Scope REQUEST
HTTP servlet request scope.


SESSION

public static final Scope SESSION
HTTP session scope.