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

Packages that use I18NBeanFactory
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.factory   
com.atlassian.confluence.cache.ehcache   
com.atlassian.confluence.cache.hazelcast Provides the classes for a Hazelcast implementation to support Confluence clustering, including caching, locks and events. 
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.jobs   
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.plugin.webresource   
com.atlassian.confluence.plugins.dailysummary.content.popular   
com.atlassian.confluence.plugins.edgeindex.servlet   
com.atlassian.confluence.plugins.emailgateway.converter   
com.atlassian.confluence.plugins.like   
com.atlassian.confluence.plugins.like.notifications   
com.atlassian.confluence.plugins.like.rest.resources   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs   
com.atlassian.confluence.plugins.quickreload   
com.atlassian.confluence.plugins.rest.dto This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin. 
com.atlassian.confluence.plugins.rest.entities.builders   
com.atlassian.confluence.plugins.rest.manager   
com.atlassian.confluence.plugins.rest.resources   
com.atlassian.confluence.plugins.soy   
com.atlassian.confluence.plugins.spacedirectory.rest   
com.atlassian.confluence.renderer   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.search.contentnames   
com.atlassian.confluence.security   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.listeners   
com.atlassian.confluence.status.service   
com.atlassian.confluence.tinymceplugin.placeholder   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.user   
com.atlassian.confluence.user.migration   
com.atlassian.confluence.user.notifications   
com.atlassian.confluence.util.i18n   
com.atlassian.confluence.web.service   
com.atlassian.sal.confluence.message   
 

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

Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type I18NBeanFactory
SpaceServiceImpl(SpaceManagerInternal spaceManager, SpaceFactory spaceFactory, PageManagerInternal pageManager, ContentFactory contentFactory, PaginationService paginationService, PermissionManager permissionManager, ContentService contentService, SpacePermissionManager spacePermissionManager, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, org.springframework.aop.Advisor txAdvisor)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.api.impl.service.content.factory
 

Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type I18NBeanFactory
PersonFactory(UserAccessor userAccessor, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, I18NBeanFactory i18nBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.cache.ehcache
 

Constructors in com.atlassian.confluence.cache.ehcache with parameters of type I18NBeanFactory
EhCacheStatisticsManager(I18NBeanFactory i18NBeanFactory, net.sf.ehcache.CacheManager ehCacheManager, EhCacheManagementConfig managementConfig, FormatSettingsManager formatSettingsManager)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.cache.hazelcast
 

Constructors in com.atlassian.confluence.cache.hazelcast with parameters of type I18NBeanFactory
HazelcastStatisticsManager(com.atlassian.cache.CacheManager cacheManager, FormatSettingsManager formatSettingsManager, I18NBeanFactory i18NBeanFactory, CacheStatisticsManager cacheStatisticsManager, HazelcastDistributedCacheManager hazelcastCacheManager)
           
 

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)
          Deprecated. since 5.6
DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager, RenderingEventPublisher renderingEventPublisher)
           
DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager, RenderingEventPublisher renderingEventPublisher, java.lang.String outputDeviceType)
           
DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager, java.lang.String outputDeviceType)
          Deprecated. since 5.6
 

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)
           
 

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, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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
 

Fields in com.atlassian.confluence.importexport.impl declared as I18NBeanFactory
protected  I18NBeanFactory AbstractExporterImpl.i18nBeanFactory
           
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type I18NBeanFactory
 void AbstractExporterImpl.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.jobs
 

Constructors in com.atlassian.confluence.mail.jobs with parameters of type I18NBeanFactory
DefaultDailyReportManager(com.atlassian.core.task.MultiQueueTaskManager taskManager, ChangeDigestNotificationBean changeNotificationBean, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, SettingsManager settingsManager, DataSourceFactory dataSourceFactory, ContentUiSupport<ContentEntityObject> contentUiSupport, 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)
          Deprecated. since 5.2. No longer required.
 

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.plugin.webresource
 

Constructors in com.atlassian.confluence.plugin.webresource with parameters of type I18NBeanFactory
ConfluenceWebResourceIntegration(com.atlassian.plugin.PluginAccessor pluginAccessor, PluginDirectoryProvider pluginDirectoryProvider, SettingsManager settingsManager, CssResourceCounterManager cssResourceCounterManager, Counter pluginResourceCounter, LocaleManager localeManager, ContextPathHolder contextPathHolder, I18NBeanFactory i18NBeanFactory, com.google.common.base.Supplier<com.atlassian.plugin.webresource.cdn.CDNStrategy> cdnStrategySupplier, com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.cache.CacheFactory cacheFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.dailysummary.content.popular
 

Constructors in com.atlassian.confluence.plugins.dailysummary.content.popular with parameters of type I18NBeanFactory
DefaultPopularContentDtoFactory(Excerpter excerpter, LikeManager likeManager, FollowManager followManager, com.atlassian.user.UserManager userManager, DataSourceFactory dataSourceFactory, java.util.List<java.lang.String> excludedMacros, I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.edgeindex.servlet
 

Constructors in com.atlassian.confluence.plugins.edgeindex.servlet with parameters of type I18NBeanFactory
BuildEdgeIndexServlet(PermissionManager permissionManager, EdgeIndexBuilder edgeIndexBuilder, XsrfTokenService xsrfTokenService, I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.emailgateway.converter
 

Constructors in com.atlassian.confluence.plugins.emailgateway.converter with parameters of type I18NBeanFactory
NotificationSendingConvertedPageListener(I18NBeanFactory i18NBeanFactory, SettingsManager settingsManager, SignupManager signupManager, LocaleManager localeManager, com.atlassian.confluence.plugins.sharepage.api.SharePageService sharePageService, NotificationManager notificationManager, UsersByEmailService usersByEmailService, EmailContentParser parser)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.like
 

Constructors in com.atlassian.confluence.plugins.like with parameters of type I18NBeanFactory
DefaultLikeSummaryCreator(UserEntityExpander userEntityExpander, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager)
          Deprecated.  
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.like.notifications
 

Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type I18NBeanFactory
 void NotificationListener.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
          Deprecated.  
 

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

Constructors in com.atlassian.confluence.plugins.like.rest.resources with parameters of type I18NBeanFactory
LikableContentResource(LikeManager likeManager, ContentEntityManager contentEntityManager, FollowManager followManager, UserEntityExpander userEntityExpander, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
 

Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type I18NBeanFactory
RecentlyUpdatedContentMacro(RecentlyUpdatedContentService recentlyUpdatedContentService, RecentlyUpdatedMacroTabProvider tabProvider, LabelManager labelManager, com.atlassian.event.api.EventPublisher eventPublisher, HttpContext httpContext, I18NBeanFactory i18NBeanFactory, TemplateRenderer templateRenderer, LocaleManager localeManager, com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService)
           
RecentlyUpdatedContentService(ContentUiSupport contentUiSupport, StatusTextRenderer statusTextRenderer, I18NBeanFactory i18NBeanFactory, PermissionManager permissionManager, HttpContext httpContext, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, SearchManager searchManager, PredefinedSearchBuilder searchBuilder)
           
RecentlyUpdatedMacroTabProvider(SpaceManager spaceManager, LabelManager labelManager, PermissionManager permissionManager, FollowManager followManager, UserAccessor userAccessor, HttpContext httpContext, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager)
           
RecentUpdate(SearchResult result, FriendlyDateFormatter dateFormatter, java.lang.String contextPath, StatusTextRenderer statusTextRenderer, ContentUiSupport contentUiSupport, I18NBeanFactory i18NBeanFactory)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
 

Fields in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs declared as I18NBeanFactory
protected  I18NBeanFactory AbstractTab.i18NBeanFactory
           
 

Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs with parameters of type I18NBeanFactory
AbstractTab(HttpContext httpContext, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager)
           
AllContentTab(HttpContext httpContext, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager)
           
FavouriteSpacesTab(HttpContext httpContext, I18NBeanFactory i18NBeanFactory, LabelManager labelManager, PermissionManager permissionManager, LocaleManager localeManager)
           
NetworkTab(HttpContext httpContext, I18NBeanFactory i18NBeanFactory, FollowManager followManager, LocaleManager localeManager)
           
PopularTab(HttpContext httpContext, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager)
           
SpaceCategoryTab(HttpContext httpContext, I18NBeanFactory i18NBeanFactory, LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, UserAccessor userAccessor, LocaleManager localeManager)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.quickreload
 

Constructors in com.atlassian.confluence.plugins.quickreload with parameters of type I18NBeanFactory
QuickReloadResource(CommentManager commentManager, CommentRenderService commentRenderer, UserAccessor userAccessor, PageManager pageManager, PermissionManager permissionManager, I18NBeanFactory i18NBeanFactory, QuickReloadCaches caches)
           
 

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

Constructors in com.atlassian.confluence.plugins.rest.dto with parameters of type I18NBeanFactory
UserDtoFactoryImpl(UserAccessor userAccessor, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, ContextPathHolder contextPathHolder, UserDetailsManager userDetailsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, PersonalInformationManager personalInformationManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, PermissionManager permissionManager, SettingsManager settingsManager)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.rest.entities.builders
 

Constructors in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type I18NBeanFactory
UserEntityBuilder(UserAccessor userAccessor, SettingsManager settingsManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, 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
DateEntityFactoryImpl(I18NBeanFactory i18nBeanFactory, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, LocaleManager localeManager)
           
DateEntityHelper(I18NBeanFactory i18nBeanFactory, SettingsManager settingsManager, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, LocaleManager localeManager)
          Deprecated.  
UserEntityHelper(UserAccessor userAccessor, SettingsManager settingsManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, I18NBeanFactory i18NBeanFactory)
           
 

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

Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type I18NBeanFactory
BreadcrumbResource(ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver, UserAccessor userAccessor, I18NBeanFactory i18NBeanFactory, ContextPathHolder contextPathHolder, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, BreadcrumbGenerator breadcrumbGenerator)
           
I18nResource(UserAccessor userAccessor, com.atlassian.plugin.PluginAccessor pluginAccessor, LocaleManager localeManager, I18NBeanFactory i18NBeanFactory, HttpContext httpContext, SpacePermissionManager spacePermissionManager)
           
UserResource(UserAccessor userAccessor, PermissionManager permissionManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, SettingsManager settingsManager, I18NBeanFactory i18NBeanFactory, SpacePermissionManager spm)
           
 

Uses of I18NBeanFactory in com.atlassian.confluence.plugins.soy
 

Constructors in com.atlassian.confluence.plugins.soy with parameters of type I18NBeanFactory
FormatDateFunction(UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, I18NBeanFactory factory)
           
FormatDateTimeFunction(UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, I18NBeanFactory factory)
           
FormatTimeFunction(UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, I18NBeanFactory factory)
           
FriendlyFormatDateTimeFunction(UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, I18NBeanFactory factory)
           
 

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

Constructors in com.atlassian.confluence.plugins.spacedirectory.rest with parameters of type I18NBeanFactory
DefaultSpaceDirectoryEntityBuilder(I18NBeanFactory i18NBeanFactory, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, SettingsManager settingsManager, FavouriteManager favouriteManager, SpaceManager spaceManager, SpaceLogoManager spaceLogoManager, UserAccessor userAccessor, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
           
 

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

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

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.tinymceplugin.placeholder
 

Constructors in com.atlassian.confluence.tinymceplugin.placeholder with parameters of type I18NBeanFactory
ErrorPlaceholderServlet(PlaceholderImageFactory placeholderImageFactory, I18NBeanFactory i18NBeanFactory)
           
MacroPlaceholderServlet(MacroMetadataManager macroMetadataManager, MacroIconManager macroIconManager, PlaceholderImageFactory placeholderImageFactory, I18NBeanFactory i18NBeanFactory, MacroDefinitionDeserializer macroDefinitionDeserializer)
           
UnknownAttachmentPlaceholderServlet(PlaceholderImageFactory placeholderImageFactory, I18NBeanFactory i18NBeanFactory)
           
UnknownMacroPlaceholderServlet(PlaceholderImageFactory placeholderImageFactory, 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
DefaultSignupManager(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, UserAccessor userAccessor, UserVerificationTokenManager userVerificationTokenManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, SettingsManager settingsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, EmailService notificationsService, NotificationsSender notificationsSender, com.atlassian.event.api.EventPublisher eventPublisher, UserChecker userChecker, PersonalInformationManager personalInformationManager, com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory)
           
DefaultUserFormValidator(UserAccessor userAccessor, I18NBeanFactory i18NBeanFactory)
           
UnknownUser(java.lang.String userName, I18NBeanFactory i18NBeanFactory)
          Deprecated. since 5.4. Use UnknownUser.unknownUser(String, com.atlassian.confluence.util.i18n.I18NBean)
 

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)
           
SignupEmailBuilder(I18NBeanFactory i18nBeanFactory)
           
 

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 UserLocaleAware.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 void UserI18NBeanFactory.setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

Constructors in com.atlassian.confluence.util.i18n with parameters of type I18NBeanFactory
CachingI18NBeanFactory(com.atlassian.cache.CacheFactory cacheFactory, I18NBeanFactory defaultI18NBeanFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
VersionSpecificDocumentationBeanFactory(I18NBeanFactory i18NBeanFactory)
           
 

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

Constructors in com.atlassian.confluence.web.service with parameters of type I18NBeanFactory
WebContextFactoryImpl(ContentEntityManager contentEntityManager, I18NBeanFactory i18nBeanFactory, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, SpaceManager spaceManager)
           
 

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)
           
 

Constructors in com.atlassian.sal.confluence.message with parameters of type I18NBeanFactory
ConfluenceI18nResolver(I18NBeanFactory i18nBeanFactory, LocaleManager localeManager)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.