org.zkoss.util.resource
Class Locators.URLLocation

java.lang.Object
  extended by org.zkoss.util.resource.Locators.URLLocation
Enclosing class:
Locators

public static class Locators.URLLocation
extends Object

the location information.


Field Summary
 String file
           
 Locale locale
           
 URL url
           
 
Constructor Summary
Locators.URLLocation(URL url, String file, Locale locale)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

public final URL url

file

public final String file

locale

public final Locale locale
Constructor Detail

Locators.URLLocation

public Locators.URLLocation(URL url,
                            String file,
                            Locale locale)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.