Uses of Interface
com.atlassian.confluence.util.i18n.I18NBean
Packages that use 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
Methods in com.atlassian.confluence.cache with parameters of type I18NBeanModifier and TypeMethodDescriptionstatic String
CacheStatisticsHelper.getDisplayableName
(String cacheName, I18NBean i18nBean) -
Uses of I18NBean in com.atlassian.confluence.cache.hazelcast
Constructors in com.atlassian.confluence.cache.hazelcast with parameters of type I18NBeanModifierConstructorDescriptionHazelcastCacheStatistics
(com.atlassian.cache.ManagedCache cache, com.hazelcast.map.IMap<?, ?> iMap, FormatSettingsManager formatSettingsManager, I18NBean i18nBean) -
Uses of I18NBean in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return I18NBeanMethods in com.atlassian.confluence.core with parameters of type I18NBean -
Uses of I18NBean in com.atlassian.confluence.dmz.spaces
Constructors in com.atlassian.confluence.dmz.spaces with parameters of type I18NBeanModifierConstructorDescriptionSpaceRemovalLongRunningTask
(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
Constructor parameters in com.atlassian.confluence.impl.health.checks with type arguments of type I18NBeanModifierConstructorDescriptionAttachmentDataFileStoreCheck
(Supplier<I18NBean> i18NBeanSupplier, com.atlassian.config.ApplicationConfiguration appConfig, Supplier<AttachmentDataFileSystem> attachmentDataFileSystemSupplier, ClusterConfigurationHelperInternal clusterConfigurationHelper, LicenseService licenseService) -
Uses of I18NBean in com.atlassian.confluence.importexport.actions
Methods in com.atlassian.confluence.importexport.actions that return I18NBeanModifier and TypeMethodDescriptionprotected I18NBean
ImportLongRunningTask.getI18nBean()
Deprecated. -
Uses of I18NBean in com.atlassian.confluence.json.jsonator
Constructors in com.atlassian.confluence.json.jsonator with parameters of type I18NBean -
Uses of I18NBean in com.atlassian.confluence.license.exception.handler
Constructors in com.atlassian.confluence.license.exception.handler with parameters of type I18NBeanModifierConstructorDescriptionCompositeLicenseExceptionHandler
(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
Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type I18NBean -
Uses of I18NBean in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard that return I18NBeanModifier and TypeMethodDescriptionprotected I18NBean
SpacesListMacro.getI18n()
protected I18NBean
GlobalReportsMacro.getI18nBean()
-
Uses of I18NBean in com.atlassian.confluence.status.service
Methods in com.atlassian.confluence.status.service that return I18NBeanMethods in com.atlassian.confluence.status.service with parameters of type I18NBeanModifier and TypeMethodDescriptionvoid
DefaultSystemInformationService.setI18NBean
(I18NBean i18NBean) Constructors in com.atlassian.confluence.status.service with parameters of type I18NBeanModifierConstructorDescriptionSystemInformationHelper
(I18NBean i18n, SystemInformationService service) -
Uses of I18NBean in com.atlassian.confluence.status.service.systeminfo
Constructors in com.atlassian.confluence.status.service.systeminfo with parameters of type I18NBean -
Uses of I18NBean in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user with parameters of type I18NBeanModifier and TypeMethodDescriptionstatic com.atlassian.user.User
UnknownUser.unknownUser
(ConfluenceUser user, I18NBean i18NBean) static com.atlassian.user.User
UnknownUser.unknownUser
(String userName, I18NBean i18NBean) Constructors in com.atlassian.confluence.user with parameters of type I18NBeanModifierConstructorDescriptionDeletedUser
(com.atlassian.sal.api.user.UserKey userKey, I18NBean i18NBean) -
Uses of I18NBean in com.atlassian.confluence.user.actions
Constructors in com.atlassian.confluence.user.actions with parameters of type I18NBeanModifierConstructorDescriptionDeleteUserLongRunningTask
(I18NBean i18NBean, GlobalSettings globalSettings, UserAccessorInternal userAccessor, ConfluenceUser user, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of I18NBean in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return I18NBean -
Uses of I18NBean in com.atlassian.confluence.util.i18n
Classes in com.atlassian.confluence.util.i18n that implement I18NBeanModifier and TypeClassDescriptionclass
Responsible for fetching internationalised text given a key.Methods in com.atlassian.confluence.util.i18n that return I18NBeanModifier 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) Constructors in com.atlassian.confluence.util.i18n with parameters of type I18NBeanModifierConstructorDescriptionVersionSpecificDocumentationBean
(String versionNumber, I18NBean i18NBean) -
Uses of I18NBean in com.atlassian.confluence.util.message
Methods in com.atlassian.confluence.util.message that return I18NBean -
Uses of I18NBean in it.com.atlassian.confluence.license
Classes in it.com.atlassian.confluence.license that implement I18NBean