Uses of Interface
com.google.inject.Scope

Packages that use Scope
com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
com.google.inject.binder Interfaces which make up Binder's expression language. 
com.google.inject.servlet Servlet API scopes and bindings. 
 

Uses of Scope in com.google.inject
 

Fields in com.google.inject declared as Scope
static Scope Scopes.SINGLETON
          One instance per Injector.
 

Methods in com.google.inject with parameters of type Scope
 void Binder.bindScope(Class<? extends Annotation> annotationType, Scope scope)
          Binds a scope to an annotation.
protected  void AbstractModule.bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope)
           
 

Uses of Scope in com.google.inject.binder
 

Methods in com.google.inject.binder with parameters of type Scope
 void ScopedBindingBuilder.in(Scope scope)
          Specifies the scope.
 

Uses of Scope in com.google.inject.servlet
 

Fields in com.google.inject.servlet declared as Scope
static Scope ServletScopes.REQUEST
          HTTP servlet request scope.
static Scope ServletScopes.SESSION
          HTTP session scope.
 



Copyright 2007 Google Inc. All Rights Reserved.