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.PortletgetPortletModes(String mimeType) getResourceBundle(Locale locale) getWindowStates(String mimeType) booleanbooleantoJavaxQNames(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:
getContainerRuntimeOptionsin interfacePortletConfig
-
getDefaultNamespace
- Specified by:
getDefaultNamespacein interfacePortletConfig
-
getInitParameter
- Specified by:
getInitParameterin interfacePortletConfig
-
getInitParameterNames
- Specified by:
getInitParameterNamesin interfacePortletConfig
-
getPortlet
public com.liferay.portal.kernel.model.Portlet getPortlet()- Specified by:
getPortletin interfacecom.liferay.portal.kernel.portlet.LiferayPortletConfig
-
getPortletContext
- Specified by:
getPortletContextin interfacecom.liferay.portal.kernel.portlet.LiferayPortletConfig- Specified by:
getPortletContextin interfacePortletConfig
-
getPortletId
- Specified by:
getPortletIdin interfacecom.liferay.portal.kernel.portlet.LiferayPortletConfig
-
getPortletModes
- Specified by:
getPortletModesin interfacePortletConfig
-
getPortletName
- Specified by:
getPortletNamein interfacePortletConfig
-
getProcessingEventQNames
- Specified by:
getProcessingEventQNamesin interfacePortletConfig
-
getPublicRenderParameterDefinitions
- Specified by:
getPublicRenderParameterDefinitionsin interfacePortletConfig
-
getPublicRenderParameterNames
- Specified by:
getPublicRenderParameterNamesin interfacePortletConfig
-
getPublishingEventQNames
- Specified by:
getPublishingEventQNamesin interfacePortletConfig
-
getResourceBundle
- Specified by:
getResourceBundlein interfacePortletConfig
-
getSupportedLocales
- Specified by:
getSupportedLocalesin interfacePortletConfig
-
getWindowStates
- Specified by:
getWindowStatesin interfacePortletConfig
-
isCopyRequestParameters
public boolean isCopyRequestParameters()- Specified by:
isCopyRequestParametersin interfacecom.liferay.portal.kernel.portlet.LiferayPortletConfig
-
isWARFile
public boolean isWARFile()- Specified by:
isWARFilein interfacecom.liferay.portal.kernel.portlet.LiferayPortletConfig
-
toJavaxQNames
-