org.zkoss.util.resource
Class ClassLocator.Resource

java.lang.Object
  extended by org.zkoss.util.resource.ClassLocator.Resource
Enclosing class:
ClassLocator

public static class ClassLocator.Resource
extends Object

An item of the list returned by ClassLocator.getDependentXMLResources(java.lang.String, java.lang.String, java.lang.String).


Field Summary
 Document document
          The content of the resource.
 URL url
          The URL of the resource.
 
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
The URL of the resource.


document

public final Document document
The content of the resource.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.