Interface UserLocaleAware
-
- All Known Implementing Classes:
ConfluenceLinkRenderer
,ConfluenceWebFragmentHelper
,CustomMacroModuleDescriptor
public interface UserLocaleAware
Beans wishing to have a user locale sensitiveI18NBeanFactory
should implement this interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
-
-
-
Method Detail
-
setI18NBeanFactory
void setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
- Parameters:
i18NBeanFactory
- the user locale sensitive i18n bean factory
-
-