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 TypeClassDescriptionclass
Abstract implementation ofI18nContextProvider
.class
Implementation ofI18nContextProvider
that shares a singleI18nContext
instance for all threads.class
Implementation ofI18nContextProvider
that provides a differentI18nContext
for each thread.Methods in dev.orne.i18n.context that return I18nContextProviderModifier and TypeMethodDescription@NotNull I18nContextProvider
I18nContextProvider.Builder.build()
Builds an immutable I18N context provider instance with the current configuration of this builder.@NotNull I18nContextProvider
I18nContextProviderFactory.create
(@NotNull Properties config) Creates and configures a new I18N context provider based on the specified configuration.static @NotNull I18nContextProvider
I18nContextProvider.Registry.get()
Returns the I18N context provider for current thread context class loader.static @NotNull I18nContextProvider
I18nContextProvider.Registry.get
(@NotNull ClassLoader cl) Returns the I18N context provider for the specified class loader.static @NotNull I18nContextProvider
I18nContextProvider.getInstance()
Returns the I18N context provider.Methods in dev.orne.i18n.context with parameters of type I18nContextProviderModifier and TypeMethodDescriptiondefault void
I18nContextProvider.Configurer.setI18nContextProvider
(@NotNull I18nContextProvider provider) Sets the I18N context provider for the current thread's context class loader.default void
I18nContextProvider.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 TypeClassDescriptionclass
Implementation ofI18nContextProvider
for Spring contexts.