roboguice.inject
Class ContextScopedProvider<T>

java.lang.Object
  extended by roboguice.inject.ContextScopedProvider<T>

public class ContextScopedProvider<T>
extends Object


Field Summary
protected  com.google.inject.Provider<T> provider
           
protected  ContextScope scope
           
 
Constructor Summary
ContextScopedProvider()
           
 
Method Summary
 T get(android.content.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scope

@Inject
protected ContextScope scope

provider

@Inject
protected com.google.inject.Provider<T> provider
Constructor Detail

ContextScopedProvider

public ContextScopedProvider()
Method Detail

get

public T get(android.content.Context context)


Copyright © 2012. All Rights Reserved.