com.liferay.portlet
Class ActionResponseFactory
java.lang.Object
com.liferay.portlet.ActionResponseFactory
public class ActionResponseFactory
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
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)
|
static void |
recycle(ActionResponseImpl actionResponseImpl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
recycle
public static void recycle(ActionResponseImpl actionResponseImpl)
throws java.lang.Exception
- Throws:
java.lang.Exception