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 LocaleInfoBlogPostViewEvent. 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 LocaleInfoPageViewEvent. 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 LocaleInfoViewed. 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 LocaleInfoDefaultLocaleManager. 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 LocaleInfoDefaultLocaleManager. getLocaleInfo(@Nullable com.atlassian.user.User user)Deprecated.default @NonNull LocaleInfoLocaleManager. getLocaleInfo(@Nullable com.atlassian.user.User user)
-