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

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

Constructor Detail

ActionResponseFactory

public ActionResponseFactory()
Method Detail

create

public static ActionResponseImpl create(ActionRequestImpl actionRequestImpl,
                                        javax.servlet.http.HttpServletResponse response,
                                        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