Package org.zkoss.util.resource

Resources and their locators and loaders.

See:
          Description

Interface Summary
LabelLocator A locater used to locate extra resource for Labels.
Loader A loader that could load a resource to another format.
Locator A locator that is able to locate a resource.
 

Class Summary
AbstractLoader A skeletal implementation that assumes the source is either URL or File.
ClassLocator The locator searches the current thread's context class loader, and then this class's class loader.
ClassLocator.Resource An item of the list returned by ClassLocator.getDependentXMLResources(java.lang.String, java.lang.String, java.lang.String).
ContentLoader A Loader that loads the resource by use URL.getContent() if the source is URL, or loads into a String if the source is a File (and assumging UTF-8).
Labels Utilities to access labels.
Loader.Resource Represents the more information about an object loaded by Loader.load(java.lang.Object).
Locators Utilities to load and locate resources.
Locators.StreamLocation the location information.
Locators.URLLocation the location information.
PropertyBundle The property bundle.
ResourceCache Used to cache resouces.
 

Package org.zkoss.util.resource Description

Resources and their locators and loaders.



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