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 java.lang.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.
 java.net.URL url
          The URL of the resource.
 
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
The URL of the resource.


document

public final Document document
The content of the resource.

Method Detail

toString

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


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