Uses of Interface
com.google.gwt.core.client.prefetch.PrefetchableResource
Packages that use PrefetchableResource
-
Uses of PrefetchableResource in com.google.gwt.core.client.prefetch
Classes in com.google.gwt.core.client.prefetch that implement PrefetchableResourceModifier and TypeClassDescriptionclass
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 PrefetchableResourceModifier and TypeMethodDescriptionstatic 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 PrefetchableResourceModifier and TypeMethodDescriptionstatic void
Prefetcher.prefetch
(Iterable<? extends PrefetchableResource> resources) Specify which resources should be prefetched.