Class LiferayPortletConfigWrapper
Object
javax.portlet.filter.PortletConfigWrapper
com.liferay.portal.kernel.portlet.LiferayPortletConfigWrapper
- All Implemented Interfaces:
LiferayPortletConfig
,PortletConfig
public class LiferayPortletConfigWrapper
extends PortletConfigWrapper
implements LiferayPortletConfig
- Author:
- Neil Griffin
-
Field Summary
Fields inherited from class javax.portlet.filter.PortletConfigWrapper
wrapped
Fields inherited from interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
RUNTIME_OPTION_ESCAPE_XML, RUNTIME_OPTION_PORTAL_CONTEXT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class javax.portlet.filter.PortletConfigWrapper
getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getPortletContext, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates, getWrapped, setWrapped
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
getPortletContext
Methods inherited from interface javax.portlet.PortletConfig
getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates
-
Constructor Details
-
LiferayPortletConfigWrapper
-
-
Method Details
-
getPortlet
- Specified by:
getPortlet
in interfaceLiferayPortletConfig
-
getPortletId
- Specified by:
getPortletId
in interfaceLiferayPortletConfig
-
isCopyRequestParameters
public boolean isCopyRequestParameters()- Specified by:
isCopyRequestParameters
in interfaceLiferayPortletConfig
-
isWARFile
public boolean isWARFile()- Specified by:
isWARFile
in interfaceLiferayPortletConfig
-