Package com.suncode.pwfl.translation
Interface ClassLoaderTranslator
- All Superinterfaces:
Translator
- All Known Implementing Classes:
AbstractTranslator
,EmptyTranslator
,PropertiesTranslator
Extension of Translator that enables registration of translator for given
class loader.
- Author:
- Cezary Kozar 9 mar 2016
-
Method Summary
Methods inherited from interface com.suncode.pwfl.translation.Translator
getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getMessage, getMessage, getMessage, getMessage, getMessages
-
Method Details
-
translatedClassLoader
ClassLoader translatedClassLoader()ClassLoader, for which this translator will be registered.
-