public interface DataResource extends ResourcePrototype
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.| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | DataResource.DoNotEmbedSpecifies that the resource or resources associated with the
  ResourcePrototypeshould not be embedded into the compiled output. | 
| static interface  | DataResource.MimeTypeSpecifies the MIME Type of the resource or resources associated with the
  ResourcePrototype. | 
| Modifier and Type | Method and Description | 
|---|---|
| SafeUri | getSafeUri()Retrieves a URL by which the contents of the resource can be obtained. | 
| java.lang.String | getUrl()Deprecated. 
 Use  getSafeUri()instead. | 
getNameSafeUri getSafeUri()
@Deprecated java.lang.String getUrl()
getSafeUri() instead.