Package com.liferay.portlet.internal
Class PortletConfigImpl
Object
com.liferay.portlet.internal.PortletConfigImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.portlet.LiferayPortletConfig
,PortletConfig
public class PortletConfigImpl
extends Object
implements com.liferay.portal.kernel.portlet.LiferayPortletConfig
- Author:
- Brian Wing Shun Chan, Eduardo Lundgren, Shuyang Zhou, Neil Griffin
-
Field Summary
Fields inherited from interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
RUNTIME_OPTION_ESCAPE_XML, RUNTIME_OPTION_PORTAL_CONTEXT
-
Constructor Summary
ConstructorsConstructorDescriptionPortletConfigImpl
(com.liferay.portal.kernel.model.Portlet portlet, PortletContext portletContext) -
Method Summary
Modifier and TypeMethodDescriptiongetInitParameter
(String name) com.liferay.portal.kernel.model.Portlet
getPortletModes
(String mimeType) getResourceBundle
(Locale locale) getWindowStates
(String mimeType) boolean
boolean
toJavaxQNames
(Set<com.liferay.portal.kernel.xml.QName> liferayQNames)
-
Constructor Details
-
PortletConfigImpl
public PortletConfigImpl(com.liferay.portal.kernel.model.Portlet portlet, PortletContext portletContext)
-
-
Method Details
-
getContainerRuntimeOptions
- Specified by:
getContainerRuntimeOptions
in interfacePortletConfig
-
getDefaultNamespace
- Specified by:
getDefaultNamespace
in interfacePortletConfig
-
getInitParameter
- Specified by:
getInitParameter
in interfacePortletConfig
-
getInitParameterNames
- Specified by:
getInitParameterNames
in interfacePortletConfig
-
getPortlet
public com.liferay.portal.kernel.model.Portlet getPortlet()- Specified by:
getPortlet
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletConfig
-
getPortletContext
- Specified by:
getPortletContext
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletConfig
- Specified by:
getPortletContext
in interfacePortletConfig
-
getPortletId
- Specified by:
getPortletId
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletConfig
-
getPortletModes
- Specified by:
getPortletModes
in interfacePortletConfig
-
getPortletName
- Specified by:
getPortletName
in interfacePortletConfig
-
getProcessingEventQNames
- Specified by:
getProcessingEventQNames
in interfacePortletConfig
-
getPublicRenderParameterDefinitions
- Specified by:
getPublicRenderParameterDefinitions
in interfacePortletConfig
-
getPublicRenderParameterNames
- Specified by:
getPublicRenderParameterNames
in interfacePortletConfig
-
getPublishingEventQNames
- Specified by:
getPublishingEventQNames
in interfacePortletConfig
-
getResourceBundle
- Specified by:
getResourceBundle
in interfacePortletConfig
-
getSupportedLocales
- Specified by:
getSupportedLocales
in interfacePortletConfig
-
getWindowStates
- Specified by:
getWindowStates
in interfacePortletConfig
-
isCopyRequestParameters
public boolean isCopyRequestParameters()- Specified by:
isCopyRequestParameters
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletConfig
-
isWARFile
public boolean isWARFile()- Specified by:
isWARFile
in interfacecom.liferay.portal.kernel.portlet.LiferayPortletConfig
-
toJavaxQNames
-