org.jboss.net
Class DefaultResourceBundle

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byorg.jboss.net.DefaultResourceBundle

public class DefaultResourceBundle
extends ResourceBundle

A resource bundle that allows us to fake i18n support.

Version:
$Revision: 1.2 $
Author:
Christoph G. Jung

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
DefaultResourceBundle()
          Creates new DefaultResourceBundle
 
Method Summary
 Enumeration getKeys()
          do not support this correctly
protected  Object handleGetObject(String str)
          smart, isn?t it?
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResourceBundle

public DefaultResourceBundle()
Creates new DefaultResourceBundle

Method Detail

getKeys

public Enumeration getKeys()
do not support this correctly


handleGetObject

protected Object handleGetObject(String str)
                          throws MissingResourceException
smart, isn?t it?

Throws:
MissingResourceException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.