Class LabelLookup
- java.lang.Object
-
- com.hybris.cockpitng.testing.util.LabelLookup
-
- All Implemented Interfaces:
org.zkoss.util.resource.LabelLocator2
public class LabelLookup extends java.lang.Object implements org.zkoss.util.resource.LabelLocator2Mock definitions of labels forLabels
-
-
Constructor Summary
Constructors Constructor Description LabelLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearLabels()java.lang.StringgetCharset()java.io.InputStreamlocate(java.util.Locale locale)
-
-
-
Method Detail
-
clearLabels
public void clearLabels()
-
locate
public java.io.InputStream locate(java.util.Locale locale)
- Specified by:
locatein interfaceorg.zkoss.util.resource.LabelLocator2
-
getCharset
public java.lang.String getCharset()
- Specified by:
getCharsetin interfaceorg.zkoss.util.resource.LabelLocator2
-
-