Class LabelLookup

  • All Implemented Interfaces:
    org.zkoss.util.resource.LabelLocator2

    public class LabelLookup
    extends java.lang.Object
    implements org.zkoss.util.resource.LabelLocator2
    Mock definitions of labels for Labels
    • Constructor Summary

      Constructors 
      Constructor Description
      LabelLookup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearLabels()  
      java.lang.String getCharset()  
      java.io.InputStream locate​(java.util.Locale locale)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LabelLookup

        public LabelLookup()
    • Method Detail

      • clearLabels

        public void clearLabels()
      • locate

        public java.io.InputStream locate​(java.util.Locale locale)
        Specified by:
        locate in interface org.zkoss.util.resource.LabelLocator2
      • getCharset

        public java.lang.String getCharset()
        Specified by:
        getCharset in interface org.zkoss.util.resource.LabelLocator2