Class CockpitLocator

  • All Implemented Interfaces:
    org.zkoss.util.resource.LabelLocator
    Direct Known Subclasses:
    ConfigurableCockpitLabelLocator

    public class CockpitLocator
    extends java.lang.Object
    implements org.zkoss.util.resource.LabelLocator
    • Constructor Summary

      Constructors 
      Constructor Description
      CockpitLocator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getResourceFolder()  
      java.net.URL locate​(java.util.Locale locale)  
      protected java.net.URL locateInternal​(java.util.Locale locale)  
      • Methods inherited from class java.lang.Object

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

      • CockpitLocator

        public CockpitLocator()
    • Method Detail

      • locate

        public java.net.URL locate​(java.util.Locale locale)
                            throws java.lang.Exception
        Specified by:
        locate in interface org.zkoss.util.resource.LabelLocator
        Throws:
        java.lang.Exception
      • locateInternal

        protected java.net.URL locateInternal​(java.util.Locale locale)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • getResourceFolder

        protected java.lang.String getResourceFolder()