com.bankframe.services.resource
Class ResourceBundleAdapter
java.lang.Object
java.util.ResourceBundle
com.bankframe.services.resource.ResourceBundleAdapter
- public class ResourceBundleAdapter
- extends java.util.ResourceBundle
This is an adapter class that wraps a BankFrameResource instance to provide a java.util.ResourceBundle
interface. This class is provided to aid backwards compatability with BankFrame code that relies on
the ResourceBundle API
- Author:
- ETU
Method Summary |
java.util.Enumeration |
getKeys()
|
static java.util.ResourceBundle |
getResourceBundle(java.lang.String resourceName)
This method creates a ResourceBundleAdapther instance for the specified instance. |
Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceBundleAdapter
public ResourceBundleAdapter(BankFrameResource resource)
- Constructor.
getKeys
public java.util.Enumeration getKeys()
- See Also:
ResourceBundle.getKeys()
getResourceBundle
public static java.util.ResourceBundle getResourceBundle(java.lang.String resourceName)
- This method creates a ResourceBundleAdapther instance for the specified instance.
- Parameters:
resourceName
- the name of the resource instance
- Returns:
- the created
ResourceBundle
object
Copyright © 2004 Siebel Systems, Inc. All rights reserved.