org.zkoss.util.resource
Class XMLResourcesLocator.Resource
java.lang.Object
org.zkoss.util.resource.XMLResourcesLocator.Resource
- Enclosing interface:
- XMLResourcesLocator
public static class XMLResourcesLocator.Resource
- extends Object
An item of the list returned by XMLResourcesLocator.getDependentXMLResources(java.lang.String, java.lang.String, java.lang.String).
- Since:
- 6.0.0
url
public final URL url
- The URL of the resource.
document
public final Document document
- The content of the resource.
XMLResourcesLocator.Resource
public XMLResourcesLocator.Resource(URL url,
Document document)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.