com.arsdigita.globalization
Interface ChainableResourceBundle


public interface ChainableResourceBundle

This is an interface that make sure that the implementing class provides access to the handleGetObject and the getKeys method of ResourceBundle


Method Summary
 Enumeration getKeys()
          This is the public version of ResourceBundle.getKeys() which normally has protected access.
 Object handleGetObject(String key)
          This is the public version of ResourceBundle.handleGetObject(String key) which normally has protected access.
 

Method Detail

handleGetObject

public Object handleGetObject(String key)
This is the public version of ResourceBundle.handleGetObject(String key) which normally has protected access. If you have a PropertyResourceBundle or a ListResourceBundle, this will simply delegate to the handleGetObject(String key) method.


getKeys

public Enumeration getKeys()
This is the public version of ResourceBundle.getKeys() which normally has protected access. If you have a PropertyResourceBundle or a ListResourceBundle, this will simply delegate to the getKeys() method.



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC