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