com.liferay.portlet
Class ActionRequestFactory

java.lang.Object
  extended bycom.liferay.portlet.ActionRequestFactory

public class ActionRequestFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Method Summary
static ActionRequestImpl create(javax.servlet.http.HttpServletRequest req, com.liferay.portal.model.Portlet portlet, CachePortlet cachePortlet, javax.portlet.PortletContext portletCtx, javax.portlet.WindowState windowState, javax.portlet.PortletMode portletMode, javax.portlet.PortletPreferences prefs, long plid)
           
static void recycle(ActionRequestImpl actionRequestImpl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static ActionRequestImpl create(javax.servlet.http.HttpServletRequest req,
                                       com.liferay.portal.model.Portlet portlet,
                                       CachePortlet cachePortlet,
                                       javax.portlet.PortletContext portletCtx,
                                       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(ActionRequestImpl actionRequestImpl)
                    throws java.lang.Exception
Throws:
java.lang.Exception