站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

EmptyResourceBundle - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.common.util
Class EmptyResourceBundle

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byorg.jboss.portal.common.util.EmptyResourceBundle

public class EmptyResourceBundle
extends java.util.ResourceBundle

Version:
$Revision: 5451 $
Author:
Julien Viet

Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
EmptyResourceBundle()
           
 
Method Summary
 java.util.Enumeration getKeys()
           
protected  java.lang.Object handleGetObject(java.lang.String key)
           
 
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

EmptyResourceBundle

public EmptyResourceBundle()
Method Detail

handleGetObject

protected java.lang.Object handleGetObject(java.lang.String key)

getKeys

public java.util.Enumeration getKeys()