Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.portlet
Interface LiferayPortletContext

All Superinterfaces:
PortletContext

public interface LiferayPortletContext
extends PortletContext


Method Summary
 Portlet getPortlet()
           
 javax.servlet.ServletContext getServletContext()
           
 
Methods inherited from interface javax.portlet.PortletContext
getAttribute, getAttributeNames, getContainerRuntimeOptions, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getPortletContextName, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getServerInfo, log, log, removeAttribute, setAttribute
 

Method Detail

getPortlet

Portlet getPortlet()

getServletContext

javax.servlet.ServletContext getServletContext()

Liferay 6.1.2-ce-ga3