Uses of Class
com.atlassian.confluence.languages.LocaleInfo
-
-
Uses of LocaleInfo in com.atlassian.confluence.event.events.content.blogpost
Methods in com.atlassian.confluence.event.events.content.blogpost that return LocaleInfo Modifier and Type Method Description @Nullable LocaleInfo
BlogPostViewEvent. getLocaleInfo()
Constructors in com.atlassian.confluence.event.events.content.blogpost with parameters of type LocaleInfo Constructor Description BlogPostInfoViewEvent(Object source, BlogPost blogPost, @Nullable LocaleInfo localeInfo)
BlogPostViewEvent(Object source, BlogPost blogPost, @Nullable LocaleInfo localeInfo)
-
Uses of LocaleInfo in com.atlassian.confluence.event.events.content.page
Methods in com.atlassian.confluence.event.events.content.page that return LocaleInfo Modifier and Type Method Description @Nullable LocaleInfo
PageViewEvent. getLocaleInfo()
Constructors in com.atlassian.confluence.event.events.content.page with parameters of type LocaleInfo Constructor Description PageInfoViewEvent(Object source, Page page, @Nullable LocaleInfo localeInfo)
PageViewEvent(Object source, Page page, @Nullable LocaleInfo localeInfo)
-
Uses of LocaleInfo in com.atlassian.confluence.event.events.types
Methods in com.atlassian.confluence.event.events.types that return LocaleInfo Modifier and Type Method Description default @Nullable LocaleInfo
Viewed. getLocaleInfo()
-
Uses of LocaleInfo in com.atlassian.confluence.impl.locale
Methods in com.atlassian.confluence.impl.locale that return LocaleInfo Modifier and Type Method Description @NonNull LocaleInfo
DefaultLocaleManager. getLocaleInfo(@Nullable com.atlassian.user.User user)
-
Uses of LocaleInfo in com.atlassian.confluence.languages
Methods in com.atlassian.confluence.languages that return LocaleInfo Modifier and Type Method Description @NonNull LocaleInfo
DefaultLocaleManager. getLocaleInfo(@Nullable com.atlassian.user.User user)
Deprecated.default @NonNull LocaleInfo
LocaleManager. getLocaleInfo(@Nullable com.atlassian.user.User user)
-