public class PortletResourceBundle
extends java.util.ResourceBundle
| Constructor and Description |
|---|
PortletResourceBundle(com.liferay.portal.model.PortletInfo portletInfo) |
PortletResourceBundle(java.util.ResourceBundle parentResourceBundle,
com.liferay.portal.model.PortletInfo portletInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<java.lang.String> |
getKeys() |
java.util.Locale |
getLocale() |
protected java.lang.Object |
handleGetObject(java.lang.String key) |
protected java.util.Set<java.lang.String> |
handleKeySet() |
public PortletResourceBundle(com.liferay.portal.model.PortletInfo portletInfo)
public PortletResourceBundle(java.util.ResourceBundle parentResourceBundle,
com.liferay.portal.model.PortletInfo portletInfo)
public java.util.Enumeration<java.lang.String> getKeys()
getKeys in class java.util.ResourceBundlepublic java.util.Locale getLocale()
getLocale in class java.util.ResourceBundleprotected java.lang.Object handleGetObject(java.lang.String key)
handleGetObject in class java.util.ResourceBundleprotected java.util.Set<java.lang.String> handleKeySet()
handleKeySet in class java.util.ResourceBundle