Package com.calitha.resource

Interface Summary
IResource An IResource object represents a resource such as text or a www resource that can be used in your application.
IResourceBuilder An IResourceBuilder object represents a builder used to create a resource object from a resource DOM element and other specified information.
IXMLResourceBundle Interface for resource bundles that support XML formats and can return IResource objects.
ResourceStatics Collection of constants for the resource package.
 

Class Summary
Base64Resource A Base64Resource object respresents a resource that is base64 encoded.
BinaryResource A BinaryResource object represents a binary resource such as a www resource or base64 encoded resource.
JavaResource A JavaResource object represents a resource that uses the classloader to locate resources.
Resource A Resource object represents a resource such as text or a www resource that can be used in your application.
TextResource A TextResource object respresents a text resource.
WWWResource A WWWResource object represents a resource on the World Wide Web.
XMLResourceBundle The XMLResourceBundle is used to support resources specified in XML format.
XMLResourceBundleControl The XMLResourceBundleControl is used to support resource bundles in a custom XML format using the new control in Java 1.6.