public class PortletConfigImpl extends Object implements javax.portlet.PortletConfig
| Constructor and Description |
|---|
PortletConfigImpl(ContainerPortletInfo portletInfo,
ContainerPortletApplicationInfo portletApplicationInfo,
PortletContextImpl portletContext,
ResourceBundleManager bundleMgr) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String[]> |
getContainerRuntimeOptions() |
String |
getDefaultNamespace() |
String |
getInitParameter(String s) |
Enumeration<String> |
getInitParameterNames() |
javax.portlet.PortletContext |
getPortletContext() |
String |
getPortletName() |
Enumeration<QName> |
getProcessingEventQNames() |
Enumeration<String> |
getPublicRenderParameterNames() |
Enumeration<QName> |
getPublishingEventQNames() |
ResourceBundle |
getResourceBundle(Locale locale)
May return null ? the spec does not specify what happens when the bundle is not found for the locale.
|
Enumeration<Locale> |
getSupportedLocales() |
public PortletConfigImpl(ContainerPortletInfo portletInfo, ContainerPortletApplicationInfo portletApplicationInfo, PortletContextImpl portletContext, ResourceBundleManager bundleMgr)
public String getPortletName()
getPortletName in interface javax.portlet.PortletConfigpublic javax.portlet.PortletContext getPortletContext()
getPortletContext in interface javax.portlet.PortletConfigpublic ResourceBundle getResourceBundle(Locale locale)
getResourceBundle in interface javax.portlet.PortletConfigpublic String getInitParameter(String s)
getInitParameter in interface javax.portlet.PortletConfigpublic Enumeration<String> getInitParameterNames()
getInitParameterNames in interface javax.portlet.PortletConfigpublic Enumeration<String> getPublicRenderParameterNames()
getPublicRenderParameterNames in interface javax.portlet.PortletConfigpublic String getDefaultNamespace()
getDefaultNamespace in interface javax.portlet.PortletConfigpublic Enumeration<QName> getPublishingEventQNames()
getPublishingEventQNames in interface javax.portlet.PortletConfigpublic Enumeration<QName> getProcessingEventQNames()
getProcessingEventQNames in interface javax.portlet.PortletConfigpublic Enumeration<Locale> getSupportedLocales()
getSupportedLocales in interface javax.portlet.PortletConfigCopyright © 2003-2017 GateIn. All Rights Reserved.