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

InfoBundle - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.container.info
Class InfoBundle

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended byorg.jboss.portal.portlet.container.info.InfoBundle

public class InfoBundle
extends java.util.ListResourceBundle

A resource bundle that contains the inline information defined by the portlet specification.

Version:
$Revision: 5448 $
Author:
Julien Viet

Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
Field Summary
private  java.lang.Object[][] content
          .
private static org.apache.log4j.Logger log
           
 
Fields inherited from class java.util.ListResourceBundle
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
InfoBundle(LanguagesMetaData.InfoMetaData metaData)
           
 
Method Summary
protected  java.lang.Object[][] getContents()
           
 java.util.Locale getLocale()
          This is the english locale.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.log4j.Logger log

content

private final java.lang.Object[][] content
.

Constructor Detail

InfoBundle

public InfoBundle(LanguagesMetaData.InfoMetaData metaData)
Method Detail

getContents

protected java.lang.Object[][] getContents()

getLocale

public java.util.Locale getLocale()
This is the english locale.

Returns:
the english locale