Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class MonitoringPortletFactoryImpl

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

public class MonitoringPortletFactoryImpl
extends InvokerPortletFactoryImpl


Constructor Summary
MonitoringPortletFactoryImpl()
           
 
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)
           
 void setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitoringPortletFactoryImpl

public MonitoringPortletFactoryImpl()
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
Overrides:
create in class InvokerPortletFactoryImpl
Throws:
PortletException

create

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

setSingleDestinationMessageSender

public void setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)

Liferay 6.1.2-ce-ga3