com.liferay.portlet
Class ActionResponseFactory

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

public class ActionResponseFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Method Summary
static ActionResponseImpl create(ActionRequestImpl req, javax.servlet.http.HttpServletResponse res, java.lang.String portletName, com.liferay.portal.model.User user, com.liferay.portal.model.Layout layout, javax.portlet.WindowState windowState, javax.portlet.PortletMode portletMode)
           
static void recycle(ActionResponseImpl actionResImpl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static ActionResponseImpl create(ActionRequestImpl req,
                                        javax.servlet.http.HttpServletResponse res,
                                        java.lang.String portletName,
                                        com.liferay.portal.model.User user,
                                        com.liferay.portal.model.Layout layout,
                                        javax.portlet.WindowState windowState,
                                        javax.portlet.PortletMode portletMode)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

recycle

public static void recycle(ActionResponseImpl actionResImpl)
                    throws java.lang.Exception
Throws:
java.lang.Exception