Package com.google.gwt.resources.client
package com.google.gwt.resources.client
Classes for aggregating static resources into bundles.
This package contains classes to aggregate and minify static resources into
bundles that will be downloaded in a single request. Bundling resources
decreases the number of requests sent to the server, improving application
performance and load time.
-
ClassDescriptionThe use of this interface is similar to that of ImageBundle.Specifies the classpath location of the resource or resources associated with the
ResourcePrototype
.This is an extension of ClientBundle that allows for name-based lookup of resources.Generally useful styles and resources used throughout GWT widgets and cells.TheClientBundle
of resources.Cross-browser implementation of the "display: inline-block" CSS property.Aggregates and minifies CSS stylesheets.The original CSS class name specified in the resource.Makes class selectors from other CssResource types available in the raw source of a CssResource.Specifies the string prefix to use when one CssResource is imported into the scope of another CssResource.The presence of this annotation on a CssResource accessor method indicates that any class selectors that do not correspond with a String accessor method in the return type or an@external
declaration should not trigger a compilation error.Indicates that the String accessor methods defined in a CssResource will return the same values across all implementations of that type.Deprecated.Strict mode is now the default behavior for CssResourceMarker interface for all classes that should be obfuscated together in Css Resource generation.A non-text resource.Specifies that the resource or resources associated with theResourcePrototype
should not be embedded into the compiled output.Specifies the MIME Type of the resource or resources associated with theResourcePrototype
.Identical toTextResource
, except the contents of the resource are not inlined into the compiled output.This resource type allows any class that can be instantiated via a call toGWT.create(Class)
to be used within an ClientBundle.This annotation can be applied to the resource getter method in order to callGWT.create
with a class literal other than that of the return type parameterization.Provides access to image resources at runtime.Specifies additional options to control how an image is bundled.Indicates that an ImageResource should be bundled in such a way as to support horizontal or vertical repetition.ResourceCallback<R extends ResourcePrototype>A callback interface for asynchronous operations on resources.Associates aResourcePrototype
with a program error.The base interface all bundle resource types must extend.A resource that contains text that should be incorporated into the compiled output.