org.jboss.portal.portlet.impl.jsr168
Class InlineBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by org.jboss.portal.portlet.impl.jsr168.InlineBundle

public class InlineBundle
extends java.util.ListResourceBundle

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

Version:
$Revision: 6697 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
InlineBundle(ContainerPortletInfo portletInfo)
           
 
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
 

Constructor Detail

InlineBundle

public InlineBundle(ContainerPortletInfo portletInfo)
Method Detail

getContents

protected java.lang.Object[][] getContents()
Specified by:
getContents in class java.util.ListResourceBundle

getLocale

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

Overrides:
getLocale in class java.util.ResourceBundle
Returns:
the english locale


Copyright © 2008. All Rights Reserved.