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 req, javax.servlet.http.HttpServletResponse res, java.lang.String portletName, long companyId)
           
static ResourceResponseImpl create(ResourceRequestImpl req, javax.servlet.http.HttpServletResponse res, java.lang.String portletName, long companyId, long plid)
           
static void recycle(ResourceResponseImpl resourceResImpl)
           
 
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 req,
                                          javax.servlet.http.HttpServletResponse res,
                                          java.lang.String portletName,
                                          long companyId)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

create

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

recycle

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