Liferay 7.0-ce-b7 portal-service

com.liferay.portal.kernel.portlet
Class PortletContextFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.PortletContextFactoryUtil

public class PortletContextFactoryUtil
extends Object


Constructor Summary
PortletContextFactoryUtil()
           
 
Method Summary
static PortletContext create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static PortletContext createUntrackedInstance(Portlet portlet, javax.servlet.ServletContext servletContext)
           
static void destroy(Portlet portlet)
           
static PortletContextFactory getPortletContextFactory()
           
 void setPortletContextFactory(PortletContextFactory portletContextFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContextFactoryUtil

public PortletContextFactoryUtil()
Method Detail

create

public static PortletContext create(Portlet portlet,
                                    javax.servlet.ServletContext servletContext)

createUntrackedInstance

public static PortletContext createUntrackedInstance(Portlet portlet,
                                                     javax.servlet.ServletContext servletContext)

destroy

public static void destroy(Portlet portlet)

getPortletContextFactory

public static PortletContextFactory getPortletContextFactory()

setPortletContextFactory

public void setPortletContextFactory(PortletContextFactory portletContextFactory)

Liferay 7.0-ce-b7 portal-service