Class DefaultLocaleLayer

    • Constructor Detail

      • DefaultLocaleLayer

        public DefaultLocaleLayer()
    • Method Detail

      • getImplName

        public java.lang.String getImplName()
        Description copied from class: Layer
        Return the layer implementation name.
        Specified by:
        getImplName in interface LayerInterface
        Overrides:
        getImplName in class Layer
        Returns:
        Layer implementation name.
      • translate

        public java.lang.String translate​(java.lang.String text)
        Do nothing with the text parameter.
        Specified by:
        translate in interface LocaleLayerInterface
        Parameters:
        text - Text to translate.
        Returns:
        Return the same text.