|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLResourcesLocator
Represents a locator used to locate XML resources.
Nested Class Summary | |
---|---|
static class |
XMLResourcesLocator.Resource
An item of the list returned by getDependentXMLResources(java.lang.String, java.lang.String, java.lang.String) . |
Method Summary | |
---|---|
java.util.List<XMLResourcesLocator.Resource> |
getDependentXMLResources(java.lang.String name,
java.lang.String elName,
java.lang.String elDepends)
Returns a list of resources ( XMLResourcesLocator.Resource ) after resolving
the dependence. |
java.util.Enumeration<java.net.URL> |
getResources(java.lang.String name)
Returns an enumeration of resources. |
Methods inherited from interface org.zkoss.util.resource.Locator |
---|
getDirectory, getResource, getResourceAsStream |
Method Detail |
---|
java.util.Enumeration<java.net.URL> getResources(java.lang.String name) throws java.io.IOException
getDependentXMLResources(java.lang.String, java.lang.String, java.lang.String)
, it doesn't resolve the dependence
among the resouces.
name
- the resouce name, such as "metainfo/config.xml".
java.io.IOException
java.util.List<XMLResourcesLocator.Resource> getDependentXMLResources(java.lang.String name, java.lang.String elName, java.lang.String elDepends) throws java.io.IOException
XMLResourcesLocator.Resource
) after resolving
the dependence.
The resource is returned in the format of XMLResourcesLocator.Resource
To resolve the dependence, it assumes each resource has two element whose name is identified by elName and elDepends. The elName element specifies the unique name of each resource. The elDepends element specifies a list of names of resources that this resource depends on. If not found, it assumes it could be loaded first.
name
- the resouce name, such as "metainfo/config.xml".elName
- the element used to specify the name.elDepends
- the element used to specify the dependence.
XMLResourcesLocator.Resource
of the specified name.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |