Package de.hybris.platform.cockpit.util
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
-
Method Details
-
getLabel
SeeLabels.getLabel(String) -
getLabel
SeeLabels.getLabel(String, Object[])
-