Interface LocalizedTextMixIn
-
public interface LocalizedTextMixIn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getLanguages()Collection<Locale>getLocales()StringgetText()
-
-
-
Method Detail
-
getLanguages
Collection<String> getLanguages()
-
getLocales
Collection<Locale> getLocales()
-
getText
String getText()
-
-