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

MapResourceBundle - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.common.util
Class MapResourceBundle

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

public class MapResourceBundle
extends java.util.ResourceBundle

A resource bundle that use a map as content.


Field Summary
protected  java.util.Map content
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
MapResourceBundle(java.util.Map content)
           
 
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
 

Field Detail

content

protected java.util.Map content
Constructor Detail

MapResourceBundle

public MapResourceBundle(java.util.Map content)
Method Detail

handleGetObject

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

getKeys

public java.util.Enumeration getKeys()