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
 javax.portlet.PortletContext getPortletContext()
           
 java.lang.String getPortletId()
           
 
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

getPortletContext

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

getPortletId

java.lang.String getPortletId()