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
wrappedFields inherited from interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
RUNTIME_OPTION_ESCAPE_XML, RUNTIME_OPTION_PORTAL_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class javax.portlet.filter.PortletConfigWrapper
getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getPortletContext, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates, getWrapped, setWrappedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
getPortletContextMethods 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:
getPortletin interfaceLiferayPortletConfig
-
getPortletId
- Specified by:
getPortletIdin interfaceLiferayPortletConfig
-
isCopyRequestParameters
public boolean isCopyRequestParameters()- Specified by:
isCopyRequestParametersin interfaceLiferayPortletConfig
-
isWARFile
public boolean isWARFile()- Specified by:
isWARFilein interfaceLiferayPortletConfig
-