Liferay 6.2-ce-ga5

com.liferay.portlet
Class PortletContextFactory

java.lang.Object
  extended by com.liferay.portlet.PortletContextFactory

public class PortletContextFactory
extends Object


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

Method Detail

create

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

destroy

public static void destroy(Portlet portlet)

Liferay 6.2-ce-ga5