站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 .net API Documentation 英文版文档

DefaultResourceBundle (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档


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.1.4.3 $
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锟絫 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锟絫 it?

Throws:
MissingResourceException


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