Package | Description |
---|---|
com.google.gwt.codegen.server |
Classes used by code generation, either on the server or from a GWT
generator.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static StringGenerator |
StringGenerator.create(java.lang.StringBuilder buf,
boolean returnsSafeHtml)
Create a
StringGenerator instance. |