Uses of Interface
dev.orne.i18n.context.I18nContext
Packages that use I18nContext
Package
Description
I18N contexts system.
Spring integration for I18N support.
-
Uses of I18nContext in dev.orne.i18n.context
Classes in dev.orne.i18n.context that implement I18nContextMethods in dev.orne.i18n.context that return I18nContextModifier and TypeMethodDescription@NotNull I18nContextAbstractI18nContextProvider.createContext()Creates a new I18N context with default values.@NotNull I18nContextAbstractI18nContextProvider.createContext(@NotNull I18nContext parent) Creates a new I18N context with values inherited from the specified parent I18N context.@NotNull I18nContextI18nContextProvider.getContext()Return theI18nContextassociated with the currentThread.@NotNull I18nContextSharedI18nContextProvider.getContext()Return theI18nContextassociated with the currentThread.@NotNull I18nContextThreadI18nContextProvider.getContext()Return theI18nContextassociated with the currentThread.static @NotNull I18nContextI18nContext.getInstance()Return theI18nContextassociated with the currentThread.Methods in dev.orne.i18n.context that return types with arguments of type I18nContextModifier and TypeMethodDescriptionprotected @NotNull ThreadLocal<I18nContext>ThreadI18nContextProvider.getContexts()Returns the internalI18nContexts perThreadcontainer.Methods in dev.orne.i18n.context with parameters of type I18nContextModifier and TypeMethodDescription@NotNull I18nContextAbstractI18nContextProvider.createContext(@NotNull I18nContext parent) Creates a new I18N context with values inherited from the specified parent I18N context.booleanI18nContextProvider.isContextValid(@NotNull I18nContext context) Returnstrueif the specified context is valid or should be discarded.booleanSharedI18nContextProvider.isContextValid(@NotNull I18nContext context) Returnstrueif the specified context is valid or should be discarded.booleanThreadI18nContextProvider.isContextValid(@NotNull I18nContext context) The default contexts don't expire. -
Uses of I18nContext in dev.orne.i18n.spring
Classes in dev.orne.i18n.spring that implement I18nContextModifier and TypeClassDescriptionclassImplementation ofI18nContextthat delegatesLocalehandling in SpringLocaleContextHolder.Methods in dev.orne.i18n.spring that return I18nContextModifier and TypeMethodDescription@NotNull I18nContextI18nSpringContextProvider.createContext()Creates a new I18N context with default values.@NotNull I18nContextI18nSpringContextProvider.createContext(@NotNull I18nContext parent) Creates a new I18N context with values inherited from the specified parent I18N context.Methods in dev.orne.i18n.spring with parameters of type I18nContextModifier and TypeMethodDescription@NotNull I18nContextI18nSpringContextProvider.createContext(@NotNull I18nContext parent) Creates a new I18N context with values inherited from the specified parent I18N context.