Package com.google.gwt.resources.client
Interface ExternalTextResource
- All Superinterfaces:
ResourcePrototype
Identical to
TextResource
, except the contents of the resource are
not inlined into the compiled output. This is suitable for resources that are
not required as part of program initialization.-
Method Summary
Modifier and TypeMethodDescriptionvoid
getText
(ResourceCallback<TextResource> callback) Fetches aTextResource
and callscallback
with the result.Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
-
Method Details
-
getText
Fetches aTextResource
and callscallback
with the result. Caches after the first result, socallback
is invoked immediately for subsequent invocations.- Throws:
ResourceException
- if the resource request cannot be initiated, e.g. due to an invalid url or an AJAX security error (same origin violation)
-