com.liferay.portlet
Class EventRequestFactory

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

public class EventRequestFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Method Summary
static EventRequestImpl create(javax.servlet.http.HttpServletRequest request, com.liferay.portal.model.Portlet portlet, com.liferay.portlet.InvokerPortlet invokerPortlet, javax.portlet.PortletContext portletContext, javax.portlet.WindowState windowState, javax.portlet.PortletMode portletMode, javax.portlet.PortletPreferences prefs, long plid)
           
static void recycle(EventRequestImpl eventRequestImpl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static EventRequestImpl create(javax.servlet.http.HttpServletRequest request,
                                      com.liferay.portal.model.Portlet portlet,
                                      com.liferay.portlet.InvokerPortlet invokerPortlet,
                                      javax.portlet.PortletContext portletContext,
                                      javax.portlet.WindowState windowState,
                                      javax.portlet.PortletMode portletMode,
                                      javax.portlet.PortletPreferences prefs,
                                      long plid)
                               throws java.lang.Exception
Throws:
java.lang.Exception

recycle

public static void recycle(EventRequestImpl eventRequestImpl)
                    throws java.lang.Exception
Throws:
java.lang.Exception