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

Packages that use I18NBeanFactory
com.atlassian.confluence.content   
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.view.macro   
com.atlassian.confluence.content.service   
com.atlassian.confluence.core   
com.atlassian.confluence.core.datetime   
com.atlassian.confluence.core.listeners   
com.atlassian.confluence.diff   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. 
com.atlassian.confluence.json.jsonator   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.plugin.descriptor   
com.atlassian.confluence.plugin.descriptor.web   
com.atlassian.confluence.renderer   
com.atlassian.confluence.search.contentnames   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.listeners   
com.atlassian.confluence.status.service   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.user   
com.atlassian.confluence.user.migration   
com.atlassian.confluence.user.notifications   
com.atlassian.confluence.util.i18n   
 

Uses of I18NBeanFactory in com.atlassian.confluence.content
 

Constructors in com.atlassian.confluence.content with parameters of type I18NBeanFactory
CustomContentSpaceRemovalListener(CustomContentManager customContentManager, I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.content.render.xhtml
 

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type I18NBeanFactory
DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager)
           
DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager, String outputDeviceType)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.content.render.xhtml.view.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type I18NBeanFactory
ViewMacroErrorPlaceholderImpl(I18NBeanFactory i18nBeanFactory)
           
 

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

Methods in com.atlassian.confluence.content.service that return I18NBeanFactory
 I18NBeanFactory DefaultRenderingService.getI18NBeanFactory()
           
 

Methods in com.atlassian.confluence.content.service with parameters of type I18NBeanFactory
 void DefaultRenderingService.setI18NBeanFactory(I18NBeanFactory i18nBeanFactory)
           
 

Constructors in com.atlassian.confluence.content.service with parameters of type I18NBeanFactory
RenderContentCommandImpl(PermissionManager permissionManager, IdContentLocator entityLocator, SpaceLocator spaceLocator, String contentType, String content, DefaultRenderingService.RenderMode mode, Transformer storageToViewTransformer, EditorConverter editConverter, StorageFormatCleaner storageFormatCleaner, I18NBeanFactory i18nBeanFactory, LocaleManager localeManager, FormatConverter formatConverter)
           
 

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 ConfluenceActionSupport.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.core.datetime
 

Constructors in com.atlassian.confluence.core.datetime with parameters of type I18NBeanFactory
FriendlyDateFormatterHelper(FriendlyDateFormatter friendlyDateFormatter, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.core.listeners
 

Constructors in com.atlassian.confluence.core.listeners with parameters of type I18NBeanFactory
BundledContentSpaceRemovalListener(PageManager pageManager, PageTemplateManager templateManager, LabelManager labelManager, SpaceDescriptionManager spaceDescriptionManager, com.atlassian.bandana.BandanaPersister bandanaPersister, I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.diff
 

Constructors in com.atlassian.confluence.diff with parameters of type I18NBeanFactory
MacroIconInsertingPostProcessor(MacroMetadataManager macroMetadataManager, MacroIconManager macroIconManager, I18NBeanFactory i18NBeanFactory)
           
 

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

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

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

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(ContextPathHolder context, I18NBeanFactory i18NBeanFactory)
           
ContentMetadataJsonator(I18NBeanFactory i18NBeanFactory, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager)
           
SearchResultJsonator(ContextPathHolder context, I18NBeanFactory i18NBeanFactory, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager)
           
ValidationErrorJsonator(I18NBeanFactory i18NBeanFactory)
           
 

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

Constructors in com.atlassian.confluence.mail.notification with parameters of type I18NBeanFactory
DefaultNotificationsSender(UserAccessor userAccessor, com.atlassian.core.task.MultiQueueTaskManager taskManager, NotificationManager notificationManager, Renderer viewRenderer, PermissionManager permissionManager, FormatSettingsManager formatSettingsManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, Differ differ, NotificationRenderManager notificationRenderManager, DataSourceFactory dataSourceFactory)
           
 

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
 

Methods in com.atlassian.confluence.pages with parameters of type I18NBeanFactory
 void DefaultPageManager.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 void DateFormattersContextProvider.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)
           
 void HeartbeatAction.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

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

Constructors in com.atlassian.confluence.pages.templates with parameters of type I18NBeanFactory
DefaultTemplateI18nHandler(I18NBeanFactory i18nBeanFactory, LocaleManager localeManager)
           
 

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

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

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

Constructors in com.atlassian.confluence.search.contentnames with parameters of type I18NBeanFactory
DefaultContentNameSearchService(SettingsManager settingsManager, I18NBeanFactory i18NBeanFactory, QueryTokenizer contentNameQueryTokenizer, SemaphoreHolder contentNameSearchSemaphoreHolder, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.spaces
 

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

Uses of I18NBeanFactory in com.atlassian.confluence.spaces.listeners
 

Fields in com.atlassian.confluence.spaces.listeners declared as I18NBeanFactory
protected  I18NBeanFactory AbstractSpaceContentListener.i18NBeanFactory
           
 

Methods in com.atlassian.confluence.spaces.listeners with parameters of type I18NBeanFactory
 void AbstractSpaceContentListener.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

Constructors in com.atlassian.confluence.spaces.listeners with parameters of type I18NBeanFactory
RemovePersonalSpaceListener(PersonalInformationManager personalInformationManager, UserAccessor userAccessor, com.atlassian.bonnie.Indexer indexer, I18NBeanFactory i18NBeanFactory)
           
 

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.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type I18NBeanFactory
WelcomeMessageUpgradeTask(SettingsManager settingsManager, XhtmlContent xhtmlContent, WelcomeMessageService welcomeMessageService, org.springframework.transaction.PlatformTransactionManager transactionManager, I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.user
 

Constructors in com.atlassian.confluence.user with parameters of type I18NBeanFactory
DefaultUserFormValidator(UserAccessor userAccessor, I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.user.migration
 

Constructors in com.atlassian.confluence.user.migration with parameters of type I18NBeanFactory
AtlassianUserExternalDataMigrator(net.sf.hibernate.SessionFactory sessionFactory, com.atlassian.crowd.embedded.api.CrowdService crowdService, HibernateSessionManager hibernateSessionManager, I18NBeanFactory i18nBeanFactory)
           
CrowdRepositoryConfigurationMigrator(com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, I18NBeanFactory i18NBeanFactory)
          Standard constructor
 

Uses of I18NBeanFactory in com.atlassian.confluence.user.notifications
 

Constructors in com.atlassian.confluence.user.notifications with parameters of type I18NBeanFactory
DefaultEmailService(com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory, VelocityHelperService velocityHelperService, MailServerExistsCriteria mailServerExistsCriteria)
           
 

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

Classes in com.atlassian.confluence.util.i18n that implement I18NBeanFactory
 class CachingI18NBeanFactory
           
 class DefaultI18NBeanFactory
          Produces I18NBeans which will return a bean either for the default or setup locale.
 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)
           
 

Constructors in com.atlassian.confluence.util.i18n with parameters of type I18NBeanFactory
VersionSpecificDocumentationBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 



Confluence is developed by Atlassian.