com.liferay.portlet
Class EventResponseFactory

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

public class EventResponseFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
EventResponseFactory()
           
 
Method Summary
static EventResponseImpl create(EventRequestImpl eventRequestImpl, javax.servlet.http.HttpServletResponse response, java.lang.String portletName, com.liferay.portal.model.User user, com.liferay.portal.model.Layout layout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventResponseFactory

public EventResponseFactory()
Method Detail

create

public static EventResponseImpl create(EventRequestImpl eventRequestImpl,
                                       javax.servlet.http.HttpServletResponse response,
                                       java.lang.String portletName,
                                       com.liferay.portal.model.User user,
                                       com.liferay.portal.model.Layout layout)
                                throws java.lang.Exception
Throws:
java.lang.Exception