Uses of Interface
dev.orne.i18n.context.I18nContextProvider
Packages that use I18nContextProvider
Package
Description
I18N contexts system.
Spring integration for I18N support.
-
Uses of I18nContextProvider in dev.orne.i18n.context
Classes in dev.orne.i18n.context that implement I18nContextProviderModifier and TypeClassDescriptionclassAbstract implementation ofI18nContextProvider.classImplementation ofI18nContextProviderthat shares a singleI18nContextinstance for all threads.classImplementation ofI18nContextProviderthat provides a differentI18nContextfor each thread.Methods in dev.orne.i18n.context that return I18nContextProviderModifier and TypeMethodDescription@NotNull I18nContextProviderI18nContextProvider.Builder.build()Builds an immutable I18N context provider instance with the current configuration of this builder.@NotNull I18nContextProviderI18nContextProviderFactory.create(@NotNull Properties config) Creates and configures a new I18N context provider based on the specified configuration.static @NotNull I18nContextProviderI18nContextProvider.Registry.get()Returns the I18N context provider for current thread context class loader.static @NotNull I18nContextProviderI18nContextProvider.Registry.get(@NotNull ClassLoader cl) Returns the I18N context provider for the specified class loader.static @NotNull I18nContextProviderI18nContextProvider.getInstance()Returns the I18N context provider.Methods in dev.orne.i18n.context with parameters of type I18nContextProviderModifier and TypeMethodDescriptiondefault voidI18nContextProvider.Configurer.setI18nContextProvider(@NotNull I18nContextProvider provider) Sets the I18N context provider for the current thread's context class loader.default voidI18nContextProvider.Configurer.setI18nContextProvider(@NotNull ClassLoader cl, @NotNull I18nContextProvider provider) Sets the I18N context provider for the specified class loader. -
Uses of I18nContextProvider in dev.orne.i18n.spring
Classes in dev.orne.i18n.spring that implement I18nContextProviderModifier and TypeClassDescriptionclassImplementation ofI18nContextProviderfor Spring contexts.