com.liferay.portlet
Class PortletInstanceFactoryImpl
java.lang.Object
com.liferay.portlet.PortletInstanceFactoryImpl
- All Implemented Interfaces:
- com.liferay.portlet.PortletInstanceFactory
public class PortletInstanceFactoryImpl
- extends java.lang.Object
- implements com.liferay.portlet.PortletInstanceFactory
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
void |
clear(com.liferay.portal.model.Portlet portlet)
|
com.liferay.portlet.InvokerPortlet |
create(com.liferay.portal.model.Portlet portlet,
javax.servlet.ServletContext servletContext)
|
void |
destroy(com.liferay.portal.model.Portlet portlet)
|
protected com.liferay.portlet.InvokerPortlet |
init(com.liferay.portal.model.Portlet portlet,
javax.portlet.PortletConfig portletConfig)
|
protected com.liferay.portlet.InvokerPortlet |
init(com.liferay.portal.model.Portlet portlet,
javax.portlet.PortletConfig portletConfig,
javax.portlet.Portlet portletInstance)
|
void |
setInternalInvokerPortletPrototype(com.liferay.portlet.InvokerPortlet internalInvokerPortletPrototype)
|
void |
setSunInvokerPortletPrototype(com.liferay.portlet.InvokerPortlet sunInvokerPortletPrototype)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletInstanceFactoryImpl
public PortletInstanceFactoryImpl()
clear
public void clear(com.liferay.portal.model.Portlet portlet)
- Specified by:
clear
in interface com.liferay.portlet.PortletInstanceFactory
create
public com.liferay.portlet.InvokerPortlet create(com.liferay.portal.model.Portlet portlet,
javax.servlet.ServletContext servletContext)
throws javax.portlet.PortletException
- Specified by:
create
in interface com.liferay.portlet.PortletInstanceFactory
- Throws:
javax.portlet.PortletException
destroy
public void destroy(com.liferay.portal.model.Portlet portlet)
- Specified by:
destroy
in interface com.liferay.portlet.PortletInstanceFactory
setInternalInvokerPortletPrototype
public void setInternalInvokerPortletPrototype(com.liferay.portlet.InvokerPortlet internalInvokerPortletPrototype)
setSunInvokerPortletPrototype
public void setSunInvokerPortletPrototype(com.liferay.portlet.InvokerPortlet sunInvokerPortletPrototype)
init
protected com.liferay.portlet.InvokerPortlet init(com.liferay.portal.model.Portlet portlet,
javax.portlet.PortletConfig portletConfig)
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
init
protected com.liferay.portlet.InvokerPortlet init(com.liferay.portal.model.Portlet portlet,
javax.portlet.PortletConfig portletConfig,
javax.portlet.Portlet portletInstance)
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException