Liferay 6.0.5

com.liferay.portlet
Class ResourceResponseFactory

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

public class ResourceResponseFactory
extends Object


Constructor Summary
ResourceResponseFactory()
           
 
Method Summary
static ResourceResponseImpl create(ResourceRequestImpl resourceRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, long companyId)
           
static ResourceResponseImpl create(ResourceRequestImpl resourceRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, long companyId, long plid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceResponseFactory

public ResourceResponseFactory()
Method Detail

create

public static ResourceResponseImpl create(ResourceRequestImpl resourceRequestImpl,
                                          javax.servlet.http.HttpServletResponse response,
                                          String portletName,
                                          long companyId)
                                   throws Exception
Throws:
Exception

create

public static ResourceResponseImpl create(ResourceRequestImpl resourceRequestImpl,
                                          javax.servlet.http.HttpServletResponse response,
                                          String portletName,
                                          long companyId,
                                          long plid)
                                   throws Exception
Throws:
Exception

Liferay 6.0.5