public class PortletInstanceFactoryImpl
extends java.lang.Object
implements com.liferay.portlet.PortletInstanceFactory
| Constructor and Description |
|---|
PortletInstanceFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(com.liferay.portal.model.Portlet portlet) |
void |
clear(com.liferay.portal.model.Portlet portlet,
boolean resetRemotePortletBag) |
com.liferay.portlet.InvokerPortlet |
create(com.liferay.portal.model.Portlet portlet,
javax.servlet.ServletContext servletContext) |
void |
delete(com.liferay.portal.model.Portlet portlet) |
void |
destroy() |
void |
destroy(com.liferay.portal.model.Portlet portlet) |
protected com.liferay.portlet.InvokerPortlet |
init(com.liferay.portal.model.Portlet portlet,
javax.portlet.PortletConfig portletConfig,
javax.portlet.Portlet portletInstance) |
public void clear(com.liferay.portal.model.Portlet portlet)
clear in interface com.liferay.portlet.PortletInstanceFactorypublic void clear(com.liferay.portal.model.Portlet portlet,
boolean resetRemotePortletBag)
clear in interface com.liferay.portlet.PortletInstanceFactorypublic com.liferay.portlet.InvokerPortlet create(com.liferay.portal.model.Portlet portlet,
javax.servlet.ServletContext servletContext)
throws javax.portlet.PortletException
create in interface com.liferay.portlet.PortletInstanceFactoryjavax.portlet.PortletExceptionpublic void delete(com.liferay.portal.model.Portlet portlet)
delete in interface com.liferay.portlet.PortletInstanceFactorypublic void destroy()
public void destroy(com.liferay.portal.model.Portlet portlet)
destroy in interface com.liferay.portlet.PortletInstanceFactoryprotected com.liferay.portlet.InvokerPortlet init(com.liferay.portal.model.Portlet portlet,
javax.portlet.PortletConfig portletConfig,
javax.portlet.Portlet portletInstance)
throws javax.portlet.PortletException
javax.portlet.PortletException