Class InlineBundle
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- org.gatein.pc.portlet.impl.jsr168.InlineBundle
-
public class InlineBundle extends ListResourceBundle
A resource bundle that contains the inline information defined by the portlet specification.- Version:
- $Revision: 6697 $
- Author:
- Julien Viet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Field Summary
-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description InlineBundle(ContainerPortletInfo portletInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object[][]getContents()LocalegetLocale()This is the english locale.-
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet
-
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getObject, getString, getStringArray, keySet, setParent
-
-
-
-
Constructor Detail
-
InlineBundle
public InlineBundle(ContainerPortletInfo portletInfo)
-
-
Method Detail
-
getContents
protected Object[][] getContents()
- Specified by:
getContentsin classListResourceBundle
-
getLocale
public Locale getLocale()
This is the english locale.- Overrides:
getLocalein classResourceBundle- Returns:
- the english locale
-
-