Uses of Class
com.atlassian.confluence.languages.Language

Packages that use Language
com.atlassian.confluence.core   
com.atlassian.confluence.languages   
com.atlassian.confluence.plugin.descriptor   
com.atlassian.confluence.user.actions   
 

Uses of Language in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return types with arguments of type Language
 List<Language> ConfluenceActionSupport.getInstalledLanguages()
           
 

Uses of Language in com.atlassian.confluence.languages
 

Methods in com.atlassian.confluence.languages that return Language
static Language DefaultLanguageManager.getDefaultEnglishLanguage()
          Returns a Language object with the Locale set to en_GB Also sets the location of the flag URL
 Language LanguageManager.getLanguage(String languageKey)
          Retrieves the Language for the given key Null is returned when a plugin with languageKey could not be found, or it was not a Language
 Language DefaultLanguageManager.getLanguage(String languageKey)
           
 

Methods in com.atlassian.confluence.languages that return types with arguments of type Language
 Map<String,Language> DefaultLanguageManager.getLanguageMap()
           
 List<Language> LanguageManager.getLanguages()
          Returns a list of Language objects, representing the currently loaded languages The en_GB locale is also added to the list The sorting for this list is undefined.
 List<Language> DefaultLanguageManager.getLanguages()
           
 

Methods in com.atlassian.confluence.languages with parameters of type Language
 int LanguageComparator.compare(Language o1, Language o2)
           
 

Uses of Language in com.atlassian.confluence.plugin.descriptor
 

Methods in com.atlassian.confluence.plugin.descriptor that return Language
 Language LanguageModuleDescriptor.getModule()
           
 

Uses of Language in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions that return types with arguments of type Language
 List<Language> LoginAction.getLanguages()
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.