GWT 2.1.1

Uses of Interface
com.google.gwt.core.client.prefetch.PrefetchableResource

Packages that use PrefetchableResource
com.google.gwt.core.client.prefetch   
 

Uses of PrefetchableResource in com.google.gwt.core.client.prefetch
 

Classes in com.google.gwt.core.client.prefetch that implement PrefetchableResource
 class RunAsyncCode
          A request to load the code for a GWT.runAsync(Class, com.google.gwt.core.client.RunAsyncCallback) split point.
 

Methods in com.google.gwt.core.client.prefetch with parameters of type PrefetchableResource
static void Prefetcher.prefetch(PrefetchableResource resource)
          Helper method to call Prefetcher.prefetch(Iterable) with a single resource.
 

Method parameters in com.google.gwt.core.client.prefetch with type arguments of type PrefetchableResource
static void Prefetcher.prefetch(java.lang.Iterable<? extends PrefetchableResource> resources)
          Specify which resources should be prefetched.
 


GWT 2.1.1