com.liferay.portal.kernel.portlet
Interface LiferayPortletConfig

All Superinterfaces:
javax.portlet.PortletConfig

public interface LiferayPortletConfig
extends javax.portlet.PortletConfig

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String RUNTIME_OPTION_ESCAPE_XML
           
static java.lang.String RUNTIME_OPTION_PORTAL_CONTEXT
           
 
Method Summary
 Portlet getPortlet()
           
 javax.portlet.PortletContext getPortletContext()
           
 java.lang.String getPortletId()
           
 boolean isCopyRequestParameters()
           
 boolean isWARFile()
           
 
Methods inherited from interface javax.portlet.PortletConfig
getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales
 

Field Detail

RUNTIME_OPTION_ESCAPE_XML

static final java.lang.String RUNTIME_OPTION_ESCAPE_XML
See Also:
Constant Field Values

RUNTIME_OPTION_PORTAL_CONTEXT

static final java.lang.String RUNTIME_OPTION_PORTAL_CONTEXT
See Also:
Constant Field Values
Method Detail

getPortlet

Portlet getPortlet()

getPortletContext

javax.portlet.PortletContext getPortletContext()
Specified by:
getPortletContext in interface javax.portlet.PortletConfig

getPortletId

java.lang.String getPortletId()

isCopyRequestParameters

boolean isCopyRequestParameters()

isWARFile

boolean isWARFile()