com.bumptech.glide.manager
Class RequestManagerRetriever

java.lang.Object
  extended by com.bumptech.glide.manager.RequestManagerRetriever

public class RequestManagerRetriever
extends Object

A collection of static methods for creating new RequestManagers or retrieving existing ones from activities and fragment.


Constructor Summary
RequestManagerRetriever()
           
 
Method Summary
static RequestManager get(Activity activity)
           
static RequestManager get(Context context)
           
static RequestManager get(Fragment fragment)
           
static RequestManager get(Fragment fragment)
           
static RequestManager get(FragmentActivity activity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestManagerRetriever

public RequestManagerRetriever()
Method Detail

get

public static RequestManager get(Context context)

get

public static RequestManager get(FragmentActivity activity)

get

public static RequestManager get(Fragment fragment)

get

public static RequestManager get(Activity activity)

get

public static RequestManager get(Fragment fragment)