|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Role public interface ContextualLocalizationManager
A helper for LocalizationManager which get the Locale from LocalizationContext and
provide various common use cases methods.
LocalizationManager| Method Summary | |
|---|---|
Translation |
getTranslation(String key)
Find a translation in the current language. |
String |
getTranslationPlain(String key,
Object... parameters)
Find a translation in the current language. |
| Method Detail |
|---|
Translation getTranslation(String key)
key - the key identifying the message to look for
LocalizationManager.getTranslation(String, java.util.Locale),
LocalizationContext.getCurrentLocale()
String getTranslationPlain(String key,
Object... parameters)
key - the key identifying the message to look forparameters - the parameters
getTranslation(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||