Uses of Interface
com.atlassian.confluence.util.i18n.I18NBean
Package
Description
Provides the classes for a Hazelcast implementation to support Confluence
clustering, including caching, locks and events.
-
Uses of I18NBean in com.atlassian.confluence.cache
Modifier and TypeMethodDescriptionstatic String
CacheStatisticsHelper.getDisplayableName
(String cacheName, I18NBean i18nBean) -
Uses of I18NBean in com.atlassian.confluence.cache.hazelcast
ModifierConstructorDescriptionHazelcastCacheStatistics
(com.atlassian.cache.ManagedCache cache, com.hazelcast.map.IMap<?, ?> iMap, FormatSettingsManager formatSettingsManager, I18NBean i18nBean) -
Uses of I18NBean in com.atlassian.confluence.core
-
Uses of I18NBean in com.atlassian.confluence.dmz.spaces
ModifierConstructorDescriptionSpaceRemovalLongRunningTask
(long spaceId, String spaceKey, SpaceManager spaceManager, ConfluenceUser user, I18NBean i18n, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, SpaceService spaceService) SpaceRemovalLongRunningTask
(String spaceKey, SpaceManager spaceManager, ConfluenceUser user, I18NBean i18n) Deprecated.since 9.1.0. -
Uses of I18NBean in com.atlassian.confluence.impl.health.checks
ModifierConstructorDescriptionAttachmentDataFileStoreCheck
(Supplier<I18NBean> i18NBeanSupplier, com.atlassian.config.ApplicationConfiguration appConfig, Supplier<AttachmentDataFileSystem> attachmentDataFileSystemSupplier, ClusterConfigurationHelperInternal clusterConfigurationHelper, LicenseService licenseService) -
Uses of I18NBean in com.atlassian.confluence.importexport.actions
Modifier and TypeMethodDescriptionprotected I18NBean
ImportLongRunningTask.getI18nBean()
Deprecated. -
Uses of I18NBean in com.atlassian.confluence.json.jsonator
-
Uses of I18NBean in com.atlassian.confluence.license.exception.handler
ModifierConstructorDescriptionCompositeLicenseExceptionHandler
(I18NBean i18NBean, Map<Class<? extends Exception>, LicenseExceptionHandler<? extends Exception>> handlers) KnownConfluenceLicenseValidationExceptionHandler
(I18NBean i18n, DocumentationBean docBean, ConfluenceSidManager sidManager) -
Uses of I18NBean in com.atlassian.confluence.plugin.descriptor.mail
-
Uses of I18NBean in com.atlassian.confluence.plugins.macros.dashboard
Modifier and TypeMethodDescriptionprotected I18NBean
SpacesListMacro.getI18n()
protected I18NBean
GlobalReportsMacro.getI18nBean()
-
Uses of I18NBean in com.atlassian.confluence.status.service
Modifier and TypeMethodDescriptionvoid
DefaultSystemInformationService.setI18NBean
(I18NBean i18NBean) ModifierConstructorDescriptionSystemInformationHelper
(I18NBean i18n, SystemInformationService service) -
Uses of I18NBean in com.atlassian.confluence.status.service.systeminfo
-
Uses of I18NBean in com.atlassian.confluence.user
Modifier and TypeMethodDescriptionstatic com.atlassian.user.User
UnknownUser.unknownUser
(ConfluenceUser user, I18NBean i18NBean) static com.atlassian.user.User
UnknownUser.unknownUser
(String userName, I18NBean i18NBean) ModifierConstructorDescriptionDeletedUser
(com.atlassian.sal.api.user.UserKey userKey, I18NBean i18NBean) -
Uses of I18NBean in com.atlassian.confluence.user.actions
ModifierConstructorDescriptionDeleteUserLongRunningTask
(I18NBean i18NBean, GlobalSettings globalSettings, UserAccessorInternal userAccessor, ConfluenceUser user, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of I18NBean in com.atlassian.confluence.util
-
Uses of I18NBean in com.atlassian.confluence.util.i18n
Modifier and TypeClassDescriptionclass
Responsible for fetching internationalised text given a key.Modifier and TypeMethodDescriptionstatic I18NBean
DefaultI18NBeanFactory.getDefaultI18NBean()
Deprecated.since 7.0.1@NonNull I18NBean
CachingI18NBeanFactory.getI18NBean()
@NonNull I18NBean
CachingI18NBeanFactory.getI18NBean
(@NonNull Locale locale) @NonNull I18NBean
DefaultI18NBeanFactory.getI18NBean()
@NonNull I18NBean
DefaultI18NBeanFactory.getI18NBean
(@NonNull Locale locale) @NonNull I18NBean
DynamicI18NBeanFactory.getI18NBean()
@NonNull I18NBean
DynamicI18NBeanFactory.getI18NBean
(@NonNull Locale locale) @NonNull I18NBean
I18NBeanFactory.getI18NBean()
@NonNull I18NBean
I18NBeanFactory.getI18NBean
(@NonNull Locale locale) @NonNull I18NBean
UserI18NBeanFactory.getI18NBean()
@NonNull I18NBean
UserI18NBeanFactory.getI18NBean
(@NonNull Locale locale) ModifierConstructorDescriptionVersionSpecificDocumentationBean
(String versionNumber, I18NBean i18NBean) -
Uses of I18NBean in com.atlassian.confluence.util.message