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) class
PlainStringGenerator
Helper class to produce string expressions consisting of literals and computed values.(package private) class
SafeHtmlStringGenerator
Helper 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 StringGenerator
StringGenerator. create(java.lang.StringBuilder buf, boolean returnsSafeHtml)
Create aStringGenerator
instance.
-