当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
MapResourceBundle - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.common.util
Class MapResourceBundle
java.lang.Object
java.util.ResourceBundle
org.jboss.portal.common.util.MapResourceBundle
- public class MapResourceBundle
- extends java.util.ResourceBundle
A resource bundle that use a map as content.
- Version:
- $Revision: 5451 $
- Author:
- Julien Viet
Nested classes inherited from class java.util.ResourceBundle |
|
Field Summary |
protected java.util.Map |
content
|
Fields inherited from class java.util.ResourceBundle |
parent |
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 |
content
protected java.util.Map content
MapResourceBundle
public MapResourceBundle(java.util.Map content)
handleGetObject
protected java.lang.Object handleGetObject(java.lang.String key)
getKeys
public java.util.Enumeration getKeys()