Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
com.google.gwt.i18n.linker |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<ConfigurationProperty> |
LinkerContext.getConfigurationProperties()
Returns all configuration properties defined in the module.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PropertyProviderGenerator.generate(TreeLogger logger,
java.util.SortedSet<java.lang.String> possibleValues,
java.lang.String fallback,
java.util.SortedSet<ConfigurationProperty> configProperties)
Generate a property provider.
|
java.lang.String |
SelectionProperty.getPropertyProvider(TreeLogger logger,
java.util.SortedSet<ConfigurationProperty> configProperties)
Returns a raw function body that provides the runtime value to be used for
a deferred binding property.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LocalePropertyProviderGenerator.generate(TreeLogger logger,
java.util.SortedSet<java.lang.String> possibleValues,
java.lang.String fallback,
java.util.SortedSet<ConfigurationProperty> configProperties) |