org.nuiton.i18n
Class I18nBundleBridge

java.lang.Object
  extended by java.util.ResourceBundle
      extended by org.nuiton.i18n.I18nBundleBridge

public class I18nBundleBridge
extends ResourceBundle


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
 
Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
I18nBundleBridge()
           
 
Method Summary
 Enumeration<String> getKeys()
           
 Object handleGetObject(String key)
           
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18nBundleBridge

public I18nBundleBridge()
Method Detail

getKeys

public Enumeration<String> getKeys()
Specified by:
getKeys in class ResourceBundle

handleGetObject

public Object handleGetObject(String key)
Specified by:
handleGetObject in class ResourceBundle


Copyright © 2004-2010 CodeLutin. All Rights Reserved.