com.liferay.portal.kernel.portlet
Interface LiferayPortletConfig

All Superinterfaces:
javax.portlet.PortletConfig

public interface LiferayPortletConfig
extends javax.portlet.PortletConfig

View Source

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
 java.lang.String getPortletId()
           
 
Methods inherited from interface javax.portlet.PortletConfig
getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getPortletContext, 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

getPortletId

java.lang.String getPortletId()