Package de.hybris.platform.cockpit.util
Interface I3LabelResolver
-
public interface I3LabelResolverInterface 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 methodLabels.getLabel(String)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLabel(java.lang.String key)SeeLabels.getLabel(String)java.lang.StringgetLabel(java.lang.String key, java.lang.Object[] args)SeeLabels.getLabel(String, Object[])
-