Uses of Interface
dev.orne.i18n.context.I18nContext
Package
Description
I18N contexts system.
Spring integration for I18N support.
-
Uses of I18nContext in dev.orne.i18n.context
Modifier and TypeMethodDescription@NotNull I18nContext
AbstractI18nContextProvider.createContext()
Creates a new I18N context with default values.@NotNull I18nContext
AbstractI18nContextProvider.createContext
(@NotNull I18nContext parent) Creates a new I18N context with values inherited from the specified parent I18N context.@NotNull I18nContext
I18nContextProvider.getContext()
Return theI18nContext
associated with the currentThread
.@NotNull I18nContext
SharedI18nContextProvider.getContext()
Return theI18nContext
associated with the currentThread
.@NotNull I18nContext
ThreadI18nContextProvider.getContext()
Return theI18nContext
associated with the currentThread
.static @NotNull I18nContext
I18nContext.getInstance()
Return theI18nContext
associated with the currentThread
.Modifier and TypeMethodDescriptionprotected @NotNull ThreadLocal<I18nContext>
ThreadI18nContextProvider.getContexts()
Returns the internalI18nContext
s perThread
container.Modifier and TypeMethodDescription@NotNull I18nContext
AbstractI18nContextProvider.createContext
(@NotNull I18nContext parent) Creates a new I18N context with values inherited from the specified parent I18N context.boolean
I18nContextProvider.isContextValid
(@NotNull I18nContext context) Returnstrue
if the specified context is valid or should be discarded.boolean
SharedI18nContextProvider.isContextValid
(@NotNull I18nContext context) Returnstrue
if the specified context is valid or should be discarded.boolean
ThreadI18nContextProvider.isContextValid
(@NotNull I18nContext context) The default contexts don't expire. -
Uses of I18nContext in dev.orne.i18n.spring
Modifier and TypeClassDescriptionclass
Implementation ofI18nContext
that delegatesLocale
handling in SpringLocaleContextHolder
.Modifier and TypeMethodDescription@NotNull I18nContext
I18nSpringContextProvider.createContext()
Creates a new I18N context with default values.@NotNull I18nContext
I18nSpringContextProvider.createContext
(@NotNull I18nContext parent) Creates a new I18N context with values inherited from the specified parent I18N context.Modifier and TypeMethodDescription@NotNull I18nContext
I18nSpringContextProvider.createContext
(@NotNull I18nContext parent) Creates a new I18N context with values inherited from the specified parent I18N context.