Uses of Interface
com.google.gwt.core.client.prefetch.PrefetchableResource
-
Uses of PrefetchableResource in com.google.gwt.core.client.prefetch
Modifier and TypeClassDescriptionclass
A request to load the code for aGWT.runAsync(Class, com.google.gwt.core.client.RunAsyncCallback)
split point.Modifier and TypeMethodDescriptionstatic void
Prefetcher.prefetch
(PrefetchableResource resource) Helper method to callPrefetcher.prefetch(Iterable)
with a single resource.Modifier and TypeMethodDescriptionstatic void
Prefetcher.prefetch
(Iterable<? extends PrefetchableResource> resources) Specify which resources should be prefetched.