GWT 2.0.3

com.google.gwt.resources.client
Interface DataResource

All Superinterfaces:
ResourcePrototype

public interface DataResource
extends ResourcePrototype

A non-text resource.


Method Summary
 java.lang.String getUrl()
          Retrieves a URL by which the contents of the resource can be obtained.
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Method Detail

getUrl

java.lang.String getUrl()
Retrieves a URL by which the contents of the resource can be obtained. This will be an absolute URL.


GWT 2.0.3