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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static @interface 
    Specifies that the resource or resources associated with the ResourcePrototype should not be embedded into the compiled output.
    static @interface 
    Specifies the MIME Type of the resource or resources associated with the ResourcePrototype.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves a URL by which the contents of the resource can be obtained.
    Deprecated.
    Use getSafeUri() instead.

    Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype

    getName
  • Method Details

    • getSafeUri

      SafeUri getSafeUri()
      Retrieves a URL by which the contents of the resource can be obtained. This will be an absolute URL.
    • getUrl

      Deprecated.
      Use getSafeUri() instead.
      Retrieves a URL by which the contents of the resource can be obtained. This will be an absolute URL.