Uses of Interface
com.google.gwt.core.ext.linker.ConfigurationProperty
-
Packages that use ConfigurationProperty Package Description com.google.gwt.core.ext Classes used to extend the GWT compiler.com.google.gwt.core.ext.linker Classes for writing Linkers. -
-
Uses of ConfigurationProperty in com.google.gwt.core.ext
Methods in com.google.gwt.core.ext that return types with arguments of type ConfigurationProperty Modifier and Type Method Description java.util.SortedSet<ConfigurationProperty>
LinkerContext. getConfigurationProperties()
Returns all configuration properties defined in the module. -
Uses of ConfigurationProperty in com.google.gwt.core.ext.linker
Method parameters in com.google.gwt.core.ext.linker with type arguments of type ConfigurationProperty Modifier and Type Method Description 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.
-