com.liferay.portlet
Class RenderResponseFactory

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

public class RenderResponseFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Method Summary
static RenderResponseImpl create(RenderRequestImpl req, javax.servlet.http.HttpServletResponse res, java.lang.String portletName, long companyId)
           
static RenderResponseImpl create(RenderRequestImpl req, javax.servlet.http.HttpServletResponse res, java.lang.String portletName, long companyId, long plid)
           
static void recycle(RenderResponseImpl renderResImpl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

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

create

public static RenderResponseImpl create(RenderRequestImpl 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(RenderResponseImpl renderResImpl)
                    throws java.lang.Exception
Throws:
java.lang.Exception