| Name | Description | Type | Package | Framework |
| ClientBundle | The use of this interface is similar to that of ImageBundle. | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| ClientBundleWithLookup | This is an extension of ClientBundle that allows for name-based lookup of resources. | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| CommonResources | Generally useful styles and resources used throughout GWT widgets and cells. | Class | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| CommonResources .Bundle | Interface | com.google.gwt.resources.client.CommonResources | Google WebToolkit (GWT) | |
| CommonResources .InlineBlockStyle | Interface | com.google.gwt.resources.client.CommonResources | Google WebToolkit (GWT) | |
| CssResource | Aggregates and minifies CSS stylesheets. | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| CssResource .ClassName | The original CSS class name specified in the resource. | Class | com.google.gwt.resources.client.CssResource | Google WebToolkit (GWT) |
| CssResource .Import | Makes class selectors from other CssResource types available in the raw source of a CssResource. | Class | com.google.gwt.resources.client.CssResource | Google WebToolkit (GWT) |
| CssResource .ImportedWithPrefix | Specifies the string prefix to use when one CssResource is imported into the scope of another CssResource. | Class | com.google.gwt.resources.client.CssResource | Google WebToolkit (GWT) |
| CssResource .NotStrict | The presence of this annotation on a CssResource accessor method indicates that any class selectors that do not correspond with a String accessor | Class | com.google.gwt.resources.client.CssResource | Google WebToolkit (GWT) |
| CssResource .Shared | Indicates that the String accessor methods defined in a CssResource will return the same values across all implementations of that type. | Class | com.google.gwt.resources.client.CssResource | Google WebToolkit (GWT) |
| CssResourceBase | Marker interface for all classes that should be obfuscated together in Css Resource generation. | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| DataResource | A non-text resource. | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| ExternalTextResource | Identical to TextResource, except the contents of the resource are not inlined into the compiled output. | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| GwtCreateResource | This resource type allows any class that can be instantiated via a call to GWT. | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| GwtCreateResource .ClassType | This annotation can be applied to the resource getter method in order to call GWT. | Class | com.google.gwt.resources.client.GwtCreateResource | Google WebToolkit (GWT) |
| ImageResource | Provides access to image resources at runtime. | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| ImageResource .ImageOptions | Specifies additional options to control how an image is bundled. | Class | com.google.gwt.resources.client.ImageResource | Google WebToolkit (GWT) |
| ImageResource .RepeatStyle | Indicates that an ImageResource should be bundled in such a way as to support horizontal or vertical repetition. | Class | com.google.gwt.resources.client.ImageResource | Google WebToolkit (GWT) |
| ResourceCallback | A callback interface for asynchronous operations on resources. | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| ResourceException | Associates a ResourcePrototype with a program error. | Class | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| ResourcePrototype | The base interface all bundle resource types must extend. | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) |
| TextResource | Interface | com.google.gwt.resources.client | Google WebToolkit (GWT) | |