public interface

ExternalTextResource

implements ResourcePrototype
com.google.gwt.resources.client.ExternalTextResource
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract void getText(ResourceCallback<TextResource> callback)
[Expand]
Inherited Methods
From interface com.google.gwt.resources.client.ResourcePrototype

Public Methods

public abstract void getText (ResourceCallback<TextResource> callback)