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