Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
com.google.gwt.dev.cfg | |
com.google.gwt.dev.shell | |
com.google.gwt.resources.ext |
This package contains extension hooks for adding new resource types to
ClientBundle.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationProperty |
SubsetFilteringPropertyOracle.getConfigurationProperty(String propertyName) |
ConfigurationProperty |
PropertyOracle.getConfigurationProperty(String propertyName)
Attempts to get a named configuration property.
|
SelectionProperty |
SubsetFilteringPropertyOracle.getSelectionProperty(TreeLogger logger,
String propertyName) |
SelectionProperty |
PropertyOracle.getSelectionProperty(TreeLogger logger,
String propertyName)
Attempts to get a named deferred binding property.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationProperty |
DynamicPropertyOracle.getConfigurationProperty(String propertyName) |
SelectionProperty |
DynamicPropertyOracle.getSelectionProperty(TreeLogger logger,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
ConfigurationProperty |
ModuleSpacePropertyOracle.getConfigurationProperty(String propertyName) |
SelectionProperty |
ModuleSpacePropertyOracle.getSelectionProperty(TreeLogger logger,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
ClientBundleRequirements.addConfigurationProperty(String propertyName)
Indicates that the ResourcePrototype implementation generated by a
ResourceGenerator is sensitive to the values of the specified
configuration property.
|
void |
ClientBundleRequirements.addPermutationAxis(String propertyName)
Indicates that the ResourcePrototype implementation generated by a
ResourceGenerator is sensitive to the value of the specified
deferred-binding property.
|
Copyright © 2018. All rights reserved.