Uses of Class
dev.orne.i18n.context.ThreadI18nContextProvider
Packages that use ThreadI18nContextProvider
Package
Description
I18N contexts system.
Spring integration for I18N support.
-
Uses of ThreadI18nContextProvider in dev.orne.i18n.context
Classes in dev.orne.i18n.context with type parameters of type ThreadI18nContextProviderModifier and TypeClassDescriptionprotected static class
ThreadI18nContextProvider.BuilderImpl<T extends ThreadI18nContextProvider,
B extends ThreadI18nContextProvider.BuilderImpl<T, B>> Abstract builder ofThreadI18nContextProvider
instances.Methods in dev.orne.i18n.context that return ThreadI18nContextProviderModifier and TypeMethodDescription@NotNull ThreadI18nContextProvider
ThreadI18nContextProvider.Builder.build()
Builds an immutable I18N context provider instance with the current configuration of this builder.@NotNull ThreadI18nContextProvider
ThreadI18nContextProvider.BuilderImpl.build()
Builds an immutable I18N context provider instance with the current configuration of this builder.@NotNull ThreadI18nContextProvider
ThreadI18nContextProvider.Factory.create
(@NotNull Properties config) Creates and configures a new I18N context provider based on the specified configuration. -
Uses of ThreadI18nContextProvider in dev.orne.i18n.spring
Subclasses of ThreadI18nContextProvider in dev.orne.i18n.springModifier and TypeClassDescriptionclass
Implementation ofI18nContextProvider
for Spring contexts.