Uses of Class
com.google.gwt.resources.ext.ResourceGeneratorType
-
Packages that use ResourceGeneratorType Package Description com.google.gwt.resources.client Classes for aggregating static resources into bundles. -
-
Uses of ResourceGeneratorType in com.google.gwt.resources.client
Classes in com.google.gwt.resources.client with annotations of type ResourceGeneratorType Modifier and Type Interface Description interfaceClientBundleThe use of this interface is similar to that of ImageBundle.interfaceCssResourceAggregates and minifies CSS stylesheets.interfaceDataResourceA non-text resource.interfaceExternalTextResourceIdentical toTextResource, except the contents of the resource are not inlined into the compiled output.interfaceGwtCreateResource<T>This resource type allows any class that can be instantiated via a call toGWT.create(Class)to be used within an ClientBundle.interfaceImageResourceProvides access to image resources at runtime.interfaceTextResourceA resource that contains text that should be incorporated into the compiled output.
-