GWT 2.1.1

Uses of Class
com.google.gwt.core.ext.Generator

Packages that use Generator
com.google.gwt.core.ext.linker Classes for writing Linkers. 
 

Uses of Generator in com.google.gwt.core.ext.linker
 

Methods in com.google.gwt.core.ext.linker that return types with arguments of type Generator
 java.lang.Class<? extends Generator> GeneratedResource.getGenerator()
          The type of Generator that created the resource.
 

Constructor parameters in com.google.gwt.core.ext.linker with type arguments of type Generator
GeneratedResource(java.lang.Class<? extends Linker> linkerType, java.lang.Class<? extends Generator> generatorType, java.lang.String partialPath)
           
 


GWT 2.1.1