Liferay 6.0.5

com.liferay.portlet
Class ActionRequestFactory

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

public class ActionRequestFactory
extends Object


Constructor Summary
ActionRequestFactory()
           
 
Method Summary
static ActionRequestImpl create(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionRequestFactory

public ActionRequestFactory()
Method Detail

create

public static ActionRequestImpl create(javax.servlet.http.HttpServletRequest request,
                                       Portlet portlet,
                                       InvokerPortlet invokerPortlet,
                                       PortletContext portletContext,
                                       WindowState windowState,
                                       PortletMode portletMode,
                                       PortletPreferences preferences,
                                       long plid)
                                throws Exception
Throws:
Exception

Liferay 6.0.5