Accessing ExternalConfigurationProviderPlugin from code
Guidewire provides the following public API that provides access to the
ExternalConfigurationProviderPlugin plugin:
- gw.external.configuration.SubstitutionProperties
This API contains a single lookupValue method that internally delegates
the API method call to the identical method in the
ExternalConfigurationProviderPlugin plugin implementation. The following
example illustrates how to work with this
API.
uses gw.external.configuraton.SubstitutionProperties
var value = SubstitutionProperties.lookupValue(namespace, key)