Liferay 6.0.5

com.liferay.portal.kernel.portlet
Interface LiferayPortletConfig

All Superinterfaces:
PortletConfig
All Known Implementing Classes:
PortletConfigImpl

public interface LiferayPortletConfig
extends PortletConfig


Field Summary
static String RUNTIME_OPTION_ESCAPE_XML
           
static String RUNTIME_OPTION_PORTAL_CONTEXT
           
 
Method Summary
 Portlet getPortlet()
           
 PortletContext getPortletContext()
           
 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 String RUNTIME_OPTION_ESCAPE_XML
See Also:
Constant Field Values

RUNTIME_OPTION_PORTAL_CONTEXT

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

getPortlet

Portlet getPortlet()

getPortletContext

PortletContext getPortletContext()
Specified by:
getPortletContext in interface PortletConfig

getPortletId

String getPortletId()

Liferay 6.0.5