com.liferay.portlet
Class PortletInstanceFactory

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

public class PortletInstanceFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

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

destroy

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