Package org.hcjf.layers.locale
Class DefaultLocaleLayer
- java.lang.Object
-
- org.hcjf.layers.Layer
-
- org.hcjf.layers.locale.DefaultLocaleLayer
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler,LayerInterface,LocaleLayerInterface
public class DefaultLocaleLayer extends Layer implements LocaleLayerInterface
This is the default implementation- Author:
- javaito
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hcjf.layers.Layer
Layer.Access, Layer.LayerAgent, Layer.LayerAgentMBean
-
-
Constructor Summary
Constructors Constructor Description DefaultLocaleLayer()
-
Method Summary
Modifier and Type Method Description java.lang.StringgetImplName()Return the layer implementation name.java.lang.Stringtranslate(java.lang.String text)Do nothing with the text parameter.-
Methods inherited from class org.hcjf.layers.Layer
checkAccess, getAliases, getLayer, getProxy, getSession, getTarget, invoke, isOverwritable, isPlugin, isStateful
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hcjf.layers.LayerInterface
getRegex, isDistributed, isPlugin, isStateful
-
-
-
-
Method Detail
-
getImplName
public java.lang.String getImplName()
Description copied from class:LayerReturn the layer implementation name.- Specified by:
getImplNamein interfaceLayerInterface- Overrides:
getImplNamein classLayer- Returns:
- Layer implementation name.
-
translate
public java.lang.String translate(java.lang.String text)
Do nothing with the text parameter.- Specified by:
translatein interfaceLocaleLayerInterface- Parameters:
text- Text to translate.- Returns:
- Return the same text.
-
-