Uses of Class
org.dasein.util.Translation

Packages that use Translation
org.dasein.util   
 

Uses of Translation in org.dasein.util
 

Methods in org.dasein.util that return Translation
 Translation<T> Translator.get(Collection<Locale> locales)
           
 Translation<T> Translator.get(Object key)
           
 Translation<T> Translator.getAnyTranslation()
           
 Translation<T> Translator.getBestTranslation(Locale loc)
           
 Translation<T> Translator.getBestTranslation(String lang)
           
 Translation<T> Translator.getBestTranslation(String lang, String ctry)
           
 Translation<T> Translator.getBundleTranslation(Locale loc)
           
 Translation<T> Translator.getExactTranslation(Locale loc)
           
 Translation<T> Translator.getTranslation(Collection<Locale> locales)
           
 Translation<T> Translator.getTranslation(Locale loc)
           
 Translation<T> Translator.getTranslation(String lang, String ctry)
           
 

Methods in org.dasein.util that return types with arguments of type Translation
 Set<Map.Entry<Locale,Translation<T>>> Translator.entrySet()
           
 Collection<Translation<T>> Translator.values()
           
 



Copyright © 2012 enStratus Networks Inc. All Rights Reserved.