Uses of Class
com.google.gwt.codegen.server.StringGenerator
-
Packages that use StringGenerator Package Description com.google.gwt.codegen.server Classes used by code generation, either on the server or from a GWT generator. -
-
Uses of StringGenerator in com.google.gwt.codegen.server
Subclasses of StringGenerator in com.google.gwt.codegen.server Modifier and Type Class Description (package private) classPlainStringGeneratorHelper class to produce string expressions consisting of literals and computed values.(package private) classSafeHtmlStringGeneratorHelper class to produce string expressions consisting of literals and computed values.Methods in com.google.gwt.codegen.server that return StringGenerator Modifier and Type Method Description static StringGeneratorStringGenerator. create(java.lang.StringBuilder buf, boolean returnsSafeHtml)Create aStringGeneratorinstance.
-