GWT 0.0.0

Uses of Class
com.google.gwt.resources.ext.ResourceGeneratorType

Packages that use ResourceGeneratorType
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
 interface ClientBundle
          The use of this interface is similar to that of ImageBundle.
 interface CssResource
          Aggregates and minifies CSS stylesheets.
 interface DataResource
          A non-text resource.
 interface ExternalTextResource
          Identical to TextResource, except the contents of the resource are not inlined into the compiled output.
 interface GwtCreateResource<T>
          This resource type allows any class that can be instantiated via a call to GWT.create(Class) to be used within an ClientBundle.
 interface ImageResource
          Provides access to image resources at runtime.
 interface TextResource
          A resource that contains text that should be incorporated into the compiled output.
 


GWT 0.0.0