public class RenderResponseFactory
extends Object
Constructor and Description |
---|
RenderResponseFactory() |
Modifier and Type | Method and Description |
---|---|
static RenderResponseImpl |
create(RenderRequestImpl renderRequestImpl,
javax.servlet.http.HttpServletResponse response) |
static RenderResponseImpl |
create(RenderRequestImpl renderRequestImpl,
javax.servlet.http.HttpServletResponse response,
String portletName,
long companyId)
Deprecated.
As of Judson (7.1.x), replaced by
create(RenderRequestImpl, HttpServletResponse) |
static RenderResponseImpl |
create(RenderRequestImpl renderRequestImpl,
javax.servlet.http.HttpServletResponse response,
String portletName,
long companyId,
long plid)
Deprecated.
As of Judson (7.1.x), replaced by
create(RenderRequestImpl, HttpServletResponse) |
public static RenderResponseImpl create(RenderRequestImpl renderRequestImpl, javax.servlet.http.HttpServletResponse response)
@Deprecated public static RenderResponseImpl create(RenderRequestImpl renderRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, long companyId) throws Exception
create(RenderRequestImpl, HttpServletResponse)
Exception
@Deprecated public static RenderResponseImpl create(RenderRequestImpl renderRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, long companyId, long plid) throws Exception
create(RenderRequestImpl, HttpServletResponse)
Exception