|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a class that is able to translate a resource Key
Method Summary | |
java.lang.String |
translate(java.lang.String resourceKey,
boolean returnNull)
Translates the given resource key |
java.lang.String |
translate(java.lang.String resourceKey,
java.util.Locale locale,
boolean returnNull)
Translates the given resource key |
Method Detail |
public java.lang.String translate(java.lang.String resourceKey, boolean returnNull) throws java.lang.Exception
resourceKey
- resource key to translatereturnNull
- controls whether to return null or a not present indicator
java.lang.Exception
public java.lang.String translate(java.lang.String resourceKey, java.util.Locale locale, boolean returnNull) throws java.lang.Exception
resourceKey
- resource key to translatelocale
- the Locale to usereturnNull
- controls whether to return null or a not present indicator
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |