|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrefetchableResource | |
---|---|
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 | |
---|---|
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.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |