Package org.hcjf.layers.locale
Interface LocaleLayerInterface
-
- All Superinterfaces:
java.lang.reflect.InvocationHandler,LayerInterface
- All Known Implementing Classes:
DefaultLocaleLayer,PropertiesFileLocaleLayer
public interface LocaleLayerInterface extends LayerInterface
This interface provides some methods access the locale information based on the locale of the service session.- Author:
- javaito
-
-
Method Summary
Modifier and Type Method Description java.lang.Stringtranslate(java.lang.String text)Translate some text to the specific language.-
Methods inherited from interface org.hcjf.layers.LayerInterface
getImplName, getRegex, isDistributed, isPlugin, isStateful
-
-