com.google.gwt.resources.client
Interface DataResource
- All Superinterfaces:
- ResourcePrototype
public interface DataResource
- extends ResourcePrototype
A non-text resource. Use DataResource.MimeType
to provide MIME Types for embedded
resources which may not be determined automatically at compile time. Use
DataResource.DoNotEmbed
to prevent a resource from being embedded.
Method Summary |
java.lang.String |
getUrl()
Retrieves a URL by which the contents of the resource can be obtained. |
getUrl
java.lang.String getUrl()
- Retrieves a URL by which the contents of the resource can be obtained. This
will be an absolute URL.