Class PortletConfigImpl
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletConfigImpl
- All Implemented Interfaces:
javax.portlet.PortletConfig
- Version:
- $Revision: 6817 $
- Author:
- Julien Viet
-
Constructor Summary
ConstructorsConstructorDescriptionPortletConfigImpl(ContainerPortletInfo portletInfo, ContainerPortletApplicationInfo portletApplicationInfo, PortletContextImpl portletContext, ResourceBundleManager bundleMgr) -
Method Summary
Modifier and TypeMethodDescriptionjavax.portlet.PortletContextgetResourceBundle(Locale locale) May return null ? the spec does not specify what happens when the bundle is not found for the locale.
-
Constructor Details
-
PortletConfigImpl
public PortletConfigImpl(ContainerPortletInfo portletInfo, ContainerPortletApplicationInfo portletApplicationInfo, PortletContextImpl portletContext, ResourceBundleManager bundleMgr)
-
-
Method Details
-
getPortletName
- Specified by:
getPortletNamein interfacejavax.portlet.PortletConfig
-
getPortletContext
public javax.portlet.PortletContext getPortletContext()- Specified by:
getPortletContextin interfacejavax.portlet.PortletConfig
-
getResourceBundle
May return null ? the spec does not specify what happens when the bundle is not found for the locale.- Specified by:
getResourceBundlein interfacejavax.portlet.PortletConfig
-
getInitParameter
- Specified by:
getInitParameterin interfacejavax.portlet.PortletConfig
-
getInitParameterNames
- Specified by:
getInitParameterNamesin interfacejavax.portlet.PortletConfig
-
getPublicRenderParameterNames
- Specified by:
getPublicRenderParameterNamesin interfacejavax.portlet.PortletConfig
-
getDefaultNamespace
- Specified by:
getDefaultNamespacein interfacejavax.portlet.PortletConfig
-
getPublishingEventQNames
- Specified by:
getPublishingEventQNamesin interfacejavax.portlet.PortletConfig
-
getProcessingEventQNames
- Specified by:
getProcessingEventQNamesin interfacejavax.portlet.PortletConfig
-
getSupportedLocales
- Specified by:
getSupportedLocalesin interfacejavax.portlet.PortletConfig
-
getContainerRuntimeOptions
- Specified by:
getContainerRuntimeOptionsin interfacejavax.portlet.PortletConfig
-