org.araneaframework.integration.spring
Interface SpringLocalizationContext

All Superinterfaces:
LocalizationContext, Serializable
All Known Implementing Classes:
SpringLocalizationFilterService

public interface SpringLocalizationContext
extends LocalizationContext

Extends the LocalizationContext to provide the localization using the MessageSource from the Spring framework.

Author:
Rein Raudjärv
See Also:
SpringLocalizationFilterService

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.araneaframework.framework.LocalizationContext
LocalizationContext.LocaleChangeListener
 
Method Summary
 MessageSource getMessageSource()
          Provides access to the MessageSource from the Spring framework.
 
Methods inherited from interface org.araneaframework.framework.LocalizationContext
addLocaleChangeListener, getLocale, getMessage, getMessage, getResourceBundle, getResourceBundle, localize, removeLocaleChangeListener, setLocale
 

Method Detail

getMessageSource

MessageSource getMessageSource()
Provides access to the MessageSource from the Spring framework.

Returns:
the MessageSource from the Spring framework.