Uses of Interface
com.atlassian.confluence.util.i18n.I18NBean
-
Packages that use I18NBean Package Description com.atlassian.confluence.api.impl.service.longtasks.tasks com.atlassian.confluence.cache com.atlassian.confluence.cache.hazelcast Provides the classes for a Hazelcast implementation to support Confluence clustering, including caching, locks and events.com.atlassian.confluence.core com.atlassian.confluence.importexport.actions com.atlassian.confluence.json.jsonator com.atlassian.confluence.license.exception.handler com.atlassian.confluence.plugin.descriptor.mail com.atlassian.confluence.plugins.macros.dashboard com.atlassian.confluence.status.service com.atlassian.confluence.status.service.systeminfo com.atlassian.confluence.user com.atlassian.confluence.user.actions com.atlassian.confluence.util com.atlassian.confluence.util.i18n com.atlassian.confluence.util.message -
-
Uses of I18NBean in com.atlassian.confluence.api.impl.service.longtasks.tasks
Constructors in com.atlassian.confluence.api.impl.service.longtasks.tasks with parameters of type I18NBean Constructor Description SpaceRemovalLongRunningTask(String spaceKey, SpaceManager spaceManager, ConfluenceUser user, I18NBean i18n)
-
Uses of I18NBean in com.atlassian.confluence.cache
Methods in com.atlassian.confluence.cache with parameters of type I18NBean Modifier and Type Method Description static 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 I18NBean Constructor Description HazelcastCacheStatistics(com.atlassian.cache.ManagedCache cache, com.hazelcast.core.IMap<?,?> iMap, FormatSettingsManager formatSettingsManager, I18NBean i18nBean)
-
Uses of I18NBean in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return I18NBean Modifier and Type Method Description I18NBean
ConfluenceActionSupport. getI18n()
Methods in com.atlassian.confluence.core with parameters of type I18NBean Modifier and Type Method Description void
ConfluenceActionSupport. setI18NBean(I18NBean i18NBean)
-
Uses of I18NBean in com.atlassian.confluence.importexport.actions
Methods in com.atlassian.confluence.importexport.actions that return I18NBean Modifier and Type Method Description protected 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 Constructor Description I18nJsonator(I18NBean i18NBean)
-
Uses of I18NBean in com.atlassian.confluence.license.exception.handler
Constructors in com.atlassian.confluence.license.exception.handler with parameters of type I18NBean Constructor Description AbstractLicenseExceptionHandler(I18NBean i18n)
CompositeLicenseExceptionHandler(I18NBean i18NBean, Map<Class<? extends Exception>,LicenseExceptionHandler<? extends Exception>> handlers)
EmptyLicenseValidationExceptionHandler(I18NBean i18n)
ForgedLicenseExceptionHandler(I18NBean i18n)
InvalidLicenseExceptionHandler(I18NBean i18n)
KnownConfluenceLicenseValidationExceptionHandler(I18NBean i18n, DocumentationBean docBean, ConfluenceSidManager sidManager)
MissingConfluenceLicenseValidationExceptionHandler(I18NBean i18n)
-
Uses of I18NBean in com.atlassian.confluence.plugin.descriptor.mail
Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type I18NBean Modifier and Type Method Description void
NotificationContext. setI18n(I18NBean i18NBean)
-
Uses of I18NBean in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard that return I18NBean Modifier and Type Method Description protected 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 I18NBean Modifier and Type Method Description I18NBean
DefaultSystemInformationService. getI18NBean()
Methods in com.atlassian.confluence.status.service with parameters of type I18NBean Modifier and Type Method Description void
DefaultSystemInformationService. setI18NBean(I18NBean i18NBean)
Constructors in com.atlassian.confluence.status.service with parameters of type I18NBean Constructor Description SystemInformationHelper(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 Constructor Description ConfluenceInfo(I18NBean i18NBean)
-
Uses of I18NBean in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user with parameters of type I18NBean Modifier and Type Method Description static 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 I18NBean Constructor Description DeletedUser(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 I18NBean Constructor Description DeleteUserLongRunningTask(I18NBean i18NBean, SettingsManager settingsManager, 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 Modifier and Type Method Description static I18NBean
GeneralUtil. getI18n()
Methods in com.atlassian.confluence.util with parameters of type I18NBean Modifier and Type Method Description static String
GeneralUtil. maskEmail(String emailAddress, Settings globalSettings, I18NBean i18NBean)
Deprecated.since 7.3.0, useGeneralUtil.maskEmail(String, Settings)
-
Uses of I18NBean in com.atlassian.confluence.util.i18n
Classes in com.atlassian.confluence.util.i18n that implement I18NBean Modifier and Type Class Description class
DefaultI18NBean
Responsible for fetching internationalised text given a key.Methods in com.atlassian.confluence.util.i18n that return I18NBean Modifier and Type Method Description static 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 I18NBean Constructor Description VersionSpecificDocumentationBean(String versionNumber, I18NBean i18NBean)
-
Uses of I18NBean in com.atlassian.confluence.util.message
Methods in com.atlassian.confluence.util.message that return I18NBean Modifier and Type Method Description I18NBean
MessagesDecoratorFilter. getI18NBean()
-