Uses of Class
dev.orne.i18n.context.AbstractI18nContextProvider
Packages that use AbstractI18nContextProvider
Package
Description
I18N contexts system.
Spring integration for I18N support.
-
Uses of AbstractI18nContextProvider in dev.orne.i18n.context
Classes in dev.orne.i18n.context with type parameters of type AbstractI18nContextProviderModifier and TypeClassDescriptionprotected static classAbstractI18nContextProvider.BuilderImpl<T extends AbstractI18nContextProvider,B extends AbstractI18nContextProvider.BuilderImpl<T, B>> Abstract builder of I18N context provider instances.Subclasses of AbstractI18nContextProvider in dev.orne.i18n.contextModifier and TypeClassDescriptionclassImplementation ofI18nContextProviderthat shares a singleI18nContextinstance for all threads.classImplementation ofI18nContextProviderthat provides a differentI18nContextfor each thread. -
Uses of AbstractI18nContextProvider in dev.orne.i18n.spring
Subclasses of AbstractI18nContextProvider in dev.orne.i18n.springModifier and TypeClassDescriptionclassImplementation ofI18nContextProviderfor Spring contexts.