Package org.springframework.context.i18n
Class SimpleLocaleContext
java.lang.Object
org.springframework.context.i18n.SimpleLocaleContext
- All Implemented Interfaces:
LocaleContext
- Direct Known Subclasses:
SimpleTimeZoneAwareLocaleContext
Simple implementation of the
LocaleContext
interface,
always returning a specified Locale
.- Since:
- 1.2
- Author:
- Juergen Hoeller
- See Also:
-
Constructor Summary
ConstructorDescriptionSimpleLocaleContext
(Locale locale) Create a newSimpleLocaleContext
that exposes the specifiedLocale
. -
Method Summary
-
Constructor Details
-
SimpleLocaleContext
Create a newSimpleLocaleContext
that exposes the specifiedLocale
.Every
getLocale()
call will return this locale.- Parameters:
locale
- theLocale
to expose, ornull
for no specific one
-
-
Method Details
-
getLocale
Description copied from interface:LocaleContext
Return the current Locale, which can be fixed or determined dynamically, depending on the implementation strategy.- Specified by:
getLocale
in interfaceLocaleContext
- Returns:
- the current Locale, or
null
if no specific Locale associated
-
toString
-