Interface I18NConnector


public interface I18NConnector
Interface that outsources calls to the normal CaptainCasa literals so that you can pass back own literals instead of the default ones.
  • Method Summary

    Modifier and Type
    Method
    Description
    Passes back literal for id.
  • Method Details

    • readLiteralForKey

      String readLiteralForKey(Locale locale, String key)
      Passes back literal for id. You can see the ids used by checking file org/eclnt/jsfserver/i18n/resources/Literals.properties which is contained in eclntjsfserver.jar.