Package | Description |
---|---|
com.google.gwt.resources.client |
Classes for aggregating static resources into bundles.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CssResource
Aggregates and minifies CSS stylesheets.
|
interface |
ExternalTextResource
Identical to
TextResource , except the contents of the resource are
not inlined into the compiled output. |
interface |
ImageResource
Provides access to image resources at runtime.
|
interface |
TextResource
A resource that contains text that should be incorporated into the compiled
output.
|