|
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. |