Class ClientConfigurationManager
java.lang.Object
com.levigo.jadice.web.client.config.ClientConfigurationManager
This class provides public access for integrators (and the jadice web toolkit client classes, of
course) to read and set jadice web toolkit client settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClientConfiguration
Provides access to the jadice web toolkit client-side application configuration.static void
setClientConfiguration
(ClientConfiguration clientConfiguration) Inject a different configuration implementation, e.g. from a properties or YAML file.
-
Constructor Details
-
ClientConfigurationManager
public ClientConfigurationManager()
-
-
Method Details
-
setClientConfiguration
Inject a different configuration implementation, e.g. from a properties or YAML file. -
getClientConfiguration
Provides access to the jadice web toolkit client-side application configuration. These settings will be used by the client-side UI components.
-