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

Packages that use I18NBeanFactory
com.atlassian.confluence.core   
com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. 
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.plugins.rest.manager   
com.atlassian.confluence.plugins.rest.resources   
com.atlassian.confluence.renderer   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.search.didyoumean   
com.atlassian.confluence.status.service   
com.atlassian.confluence.tinymceplugin   
com.atlassian.confluence.util.i18n   
com.atlassian.sal.confluence.message   
 

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.xmlimport
 

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

Methods in com.atlassian.confluence.importexport.xmlimport 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, LocaleManager localeManager)
           
SearchResultJsonator(HttpContext context, I18NBeanFactory i18NBeanFactory, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager)
           
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.plugins.rest.manager
 

Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type I18NBeanFactory
DateEntityHelper(I18NBeanFactory i18nBeanFactory, SettingsManager settingsManager, FormatSettingsManager formatSettingsManager)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.rest.resources
 

Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type I18NBeanFactory
I18nResource(UserAccessor userAccessor, com.atlassian.plugin.PluginAccessor pluginAccessor, LocaleManager localeManager, I18NBeanFactory i18NBeanFactory, HttpContext httpContext, SpacePermissionManager spacePermissionManager)
           
 

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.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type I18NBeanFactory
 void PagesSoapService.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, com.atlassian.event.EventManager eventManager)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.status.service
 

Methods in com.atlassian.confluence.status.service with parameters of type I18NBeanFactory
 void DefaultSystemInformationService.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.tinymceplugin
 

Methods in com.atlassian.confluence.tinymceplugin that return I18NBeanFactory
 I18NBeanFactory LanguagePackServlet.getI18nBeanFactory()
           
 

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)
           
 

Uses of I18NBeanFactory in com.atlassian.sal.confluence.message
 

Methods in com.atlassian.sal.confluence.message with parameters of type I18NBeanFactory
 void ConfluenceI18nResolver.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.