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 java.lang.Object

the location information.


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

Field Detail

url

public final java.net.URL url

file

public final java.lang.String file

locale

public final java.util.Locale locale
Constructor Detail

Locators.URLLocation

public Locators.URLLocation(java.net.URL url,
                            java.lang.String file,
                            java.util.Locale locale)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo