com.liferay.portlet
Class ResourceResponseFactory

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

public class ResourceResponseFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

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

Method Detail

create

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

create

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

recycle

public static void recycle(ResourceResponseImpl resourceResponseImpl)
                    throws java.lang.Exception
Throws:
java.lang.Exception