public interface

LocaleContext

org.springframework.context.i18n.LocaleContext
Known Indirect Subclasses

Class Overview

Strategy interface for determining the current Locale.

A LocaleContext instance can be associated with a thread via the LocaleContextHolder class.

Summary

Public Methods
abstract Locale getLocale()
Return the current Locale, which can be fixed or determined dynamically, depending on the implementation strategy.

Public Methods

public abstract Locale getLocale ()

Return the current Locale, which can be fixed or determined dynamically, depending on the implementation strategy.