Uses of Interface
com.google.gwt.core.client.prefetch.PrefetchableResource
-
Packages that use PrefetchableResource Package Description com.google.gwt.core.client.prefetch Classes allowing prefetching of resources. -
-
Uses of PrefetchableResource in com.google.gwt.core.client.prefetch
Classes in com.google.gwt.core.client.prefetch that implement PrefetchableResource Modifier and Type Class Description class
RunAsyncCode
A request to load the code for aGWT.runAsync(Class, com.google.gwt.core.client.RunAsyncCallback)
split point.Methods in com.google.gwt.core.client.prefetch with parameters of type PrefetchableResource Modifier and Type Method Description static void
Prefetcher. prefetch(PrefetchableResource resource)
Helper method to callPrefetcher.prefetch(Iterable)
with a single resource.Method parameters in com.google.gwt.core.client.prefetch with type arguments of type PrefetchableResource Modifier and Type Method Description static void
Prefetcher. prefetch(java.lang.Iterable<? extends PrefetchableResource> resources)
Specify which resources should be prefetched.
-