Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class InvokerPortletFactoryImpl

java.lang.Object
  extended by com.liferay.portlet.InvokerPortletFactoryImpl
All Implemented Interfaces:
InvokerPortletFactory
Direct Known Subclasses:
MonitoringPortletFactoryImpl

public class InvokerPortletFactoryImpl
extends Object
implements InvokerPortletFactory


Constructor Summary
InvokerPortletFactoryImpl()
           
 
Method Summary
 InvokerPortlet create(Portlet portletModel, Portlet portlet, PortletConfig portletConfig, PortletContext portletContext, boolean checkAuthToken, boolean facesPortlet, boolean strutsPortlet, boolean strutsBridgePortlet)
           
 InvokerPortlet create(Portlet portletModel, Portlet portlet, PortletContext portletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerPortletFactoryImpl

public InvokerPortletFactoryImpl()
Method Detail

create

public InvokerPortlet create(Portlet portletModel,
                             Portlet portlet,
                             PortletConfig portletConfig,
                             PortletContext portletContext,
                             boolean checkAuthToken,
                             boolean facesPortlet,
                             boolean strutsPortlet,
                             boolean strutsBridgePortlet)
                      throws PortletException
Specified by:
create in interface InvokerPortletFactory
Throws:
PortletException

create

public InvokerPortlet create(Portlet portletModel,
                             Portlet portlet,
                             PortletContext portletContext)
                      throws PortletException
Specified by:
create in interface InvokerPortletFactory
Throws:
PortletException

Liferay 6.1.2-ce-ga3