Uses of Class
com.google.gwt.core.ext.BadPropertyValueException
-
Packages that use BadPropertyValueException Package Description com.google.gwt.core.ext Classes used to extend the GWT compiler.com.google.gwt.resources.ext This package contains extension hooks for adding new resource types to ClientBundle. -
-
Uses of BadPropertyValueException in com.google.gwt.core.ext
Methods in com.google.gwt.core.ext that throw BadPropertyValueException Modifier and Type Method Description ConfigurationPropertyPropertyOracle. getConfigurationProperty(java.lang.String propertyName)Attempts to get a named configuration property.ConfigurationPropertySubsetFilteringPropertyOracle. getConfigurationProperty(java.lang.String propertyName)SelectionPropertyPropertyOracle. getSelectionProperty(TreeLogger logger, java.lang.String propertyName)Attempts to get a named deferred binding property.SelectionPropertySubsetFilteringPropertyOracle. getSelectionProperty(TreeLogger logger, java.lang.String propertyName) -
Uses of BadPropertyValueException in com.google.gwt.resources.ext
Methods in com.google.gwt.resources.ext that throw BadPropertyValueException Modifier and Type Method Description voidClientBundleRequirements. addConfigurationProperty(java.lang.String propertyName)Indicates that the ResourcePrototype implementation generated by a ResourceGenerator is sensitive to the values of the specified configuration property.voidClientBundleRequirements. addPermutationAxis(java.lang.String propertyName)Indicates that the ResourcePrototype implementation generated by a ResourceGenerator is sensitive to the value of the specified deferred-binding property.
-