com.liferay.portlet
Class PortletInstanceFactory

java.lang.Object
  extended bycom.liferay.portlet.PortletInstanceFactory

public class PortletInstanceFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Method Summary
static CachePortlet create(com.liferay.portal.model.Portlet portlet, javax.servlet.ServletContext ctx)
           
static void destroy(com.liferay.portal.model.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 CachePortlet create(com.liferay.portal.model.Portlet portlet,
                                  javax.servlet.ServletContext ctx)
                           throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

destroy

public static void destroy(com.liferay.portal.model.Portlet portlet)