Uses of Interface
org.gwtproject.ext.ConfigurationProperty
| Package | Description |
|---|---|
| org.gwtproject.ext | |
| org.gwtproject.i18n.processor |
-
Uses of ConfigurationProperty in org.gwtproject.ext
Classes in org.gwtproject.ext that implement ConfigurationProperty Modifier and Type Class Description classDefaultConfigurationPropertyDefault immutable implementation of ConfigurationProperty that receives its values in its constructor.Methods in org.gwtproject.ext that return ConfigurationProperty Modifier and Type Method Description ConfigurationPropertyConfigurationProperties. getConfigurationProperty(java.lang.String key)ConfigurationPropertyPropertyOracle. getConfigurationProperty(java.lang.String propertyName)Attempts to get a named configuration property.ConfigurationPropertyPropertyOracleImpl. getConfigurationProperty(java.lang.String propertyName) -
Uses of ConfigurationProperty in org.gwtproject.i18n.processor
Methods in org.gwtproject.i18n.processor with parameters of type ConfigurationProperty Modifier and Type Method Description LocaleUtilsLocaleInfoContext. getLocaleUtils(SelectionProperty localeProperty, ConfigurationProperty runtimeLocaleProperty, ConfigurationProperty queryParamProp, ConfigurationProperty cookieProp)voidLocaleInfoContext. putLocaleUtils(SelectionProperty localeProperty, ConfigurationProperty runtimeLocaleProperty, ConfigurationProperty queryParamProp, ConfigurationProperty cookieProp, LocaleUtils localeUtils)