Interface I3LabelResolver


public interface I3LabelResolver
Interface for using zk i3 label keys within services. Useful for testing without zk environment since it can be mocked. Services should use this interface instead of invoking static method Labels.getLabel(String)
  • Method Summary

    Modifier and Type
    Method
    Description
    See Labels.getLabel(String)
    getLabel(String key, Object[] args)
    See Labels.getLabel(String, Object[])
  • Method Details

    • getLabel

      String getLabel(String key)
      See Labels.getLabel(String)
    • getLabel

      String getLabel(String key, Object[] args)
      See Labels.getLabel(String, Object[])