Uses of Interface
com.levigo.jadice.web.client.config.ClientConfiguration
Packages that use ClientConfiguration
-
Uses of ClientConfiguration in com.levigo.jadice.web.client.config
Classes in com.levigo.jadice.web.client.config that implement ClientConfigurationModifier and TypeClassDescriptionclass
A default, "hard-coded" implementation of a class holding a bunch of properties used by the jadice web toolkit client.Methods in com.levigo.jadice.web.client.config that return ClientConfigurationModifier and TypeMethodDescriptionstatic ClientConfiguration
ClientConfigurationManager.getClientConfiguration()
Provides access to the jadice web toolkit client-side application configuration.Methods in com.levigo.jadice.web.client.config with parameters of type ClientConfigurationModifier and TypeMethodDescriptionstatic void
ClientConfigurationManager.setClientConfiguration
(ClientConfiguration clientConfiguration) Inject a different configuration implementation, e.g. from a properties or YAML file.