Uses of Interface
com.atlassian.confluence.util.i18n.I18NBeanFactory

Packages that use I18NBeanFactory
com.atlassian.confluence.core   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.json.jsonator   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugin.descriptor   
com.atlassian.confluence.plugin.descriptor.web   
com.atlassian.confluence.renderer   
com.atlassian.confluence.search.didyoumean   
com.atlassian.confluence.util.i18n   
 

Uses of I18NBeanFactory in com.atlassian.confluence.core
 

Fields in com.atlassian.confluence.core declared as I18NBeanFactory
protected  I18NBeanFactory ConfluenceActionSupport.i18NBeanFactory
           
 

Methods in com.atlassian.confluence.core with parameters of type I18NBeanFactory
 void DefaultHeartbeatAjax.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 void ConfluenceActionSupport.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.importexport.impl
 

Fields in com.atlassian.confluence.importexport.impl declared as I18NBeanFactory
protected  I18NBeanFactory BackupImporter.i18NBeanFactory
           
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type I18NBeanFactory
 void BackupImporter.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.json.jsonator
 

Constructors in com.atlassian.confluence.json.jsonator with parameters of type I18NBeanFactory
BreadcrumbJsonator(HttpContext context, I18NBeanFactory i18NBeanFactory)
           
ContentMetadataJsonator(HttpContext context, I18NBeanFactory i18NBeanFactory, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager)
           
SearchResultJsonator(HttpContext context, I18NBeanFactory i18NBeanFactory, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager)
           
ValidationErrorJsonator(I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.mail.notification.listeners
 

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type I18NBeanFactory
 void AbstractNotificationsListener.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions with parameters of type I18NBeanFactory
 void RevertPageBackToVersionAction.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugin.descriptor
 

Fields in com.atlassian.confluence.plugin.descriptor declared as I18NBeanFactory
protected  I18NBeanFactory ConfluenceVelocityModuleDescriptor.i18NBeanFactory
          Deprecated.  
 

Methods in com.atlassian.confluence.plugin.descriptor with parameters of type I18NBeanFactory
 void CustomMacroModuleDescriptor.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 void ConfluenceVelocityModuleDescriptor.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
          Deprecated.  
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugin.descriptor.web
 

Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type I18NBeanFactory
 void ConfluenceWebFragmentHelper.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.renderer
 

Methods in com.atlassian.confluence.renderer with parameters of type I18NBeanFactory
 void ConfluenceLinkRenderer.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.search.didyoumean
 

Constructors in com.atlassian.confluence.search.didyoumean with parameters of type I18NBeanFactory
BuildIndexTaskManager(IndexBuilder fullIndexBuilder, I18NBeanFactory defaultI18NBeanFactory, EventManager eventManager)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.util.i18n
 

Classes in com.atlassian.confluence.util.i18n that implement I18NBeanFactory
 class CachingI18NBeanFactory
           
 class DefaultI18NBeanFactory
          I18N bean factory which will return a bean for the default locale if one is not specified
 class UserI18NBeanFactory
          I18N bean factory which will return an I18N bean configured for the current user's locale.
 

Methods in com.atlassian.confluence.util.i18n with parameters of type I18NBeanFactory
 void CachingI18NBeanFactory.setDefaultI18NBeanFactory(I18NBeanFactory defaultI18NBeanFactory)
           
 void UserLocaleAware.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 void UserI18NBeanFactory.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 



Confluence is developed by Atlassian.