public class ResourceResponseFactory
extends java.lang.Object
Constructor and Description |
---|
ResourceResponseFactory() |
Modifier and Type | Method and Description |
---|---|
static ResourceResponseImpl |
create(ResourceRequestImpl resourceRequestImpl,
javax.servlet.http.HttpServletResponse response) |
static ResourceResponseImpl |
create(ResourceRequestImpl resourceRequestImpl,
javax.servlet.http.HttpServletResponse response,
java.lang.String portletName,
long companyId)
Deprecated.
As of Judson (7.1.x), replaced by
create(ResourceRequestImpl, HttpServletResponse) |
static ResourceResponseImpl |
create(ResourceRequestImpl resourceRequestImpl,
javax.servlet.http.HttpServletResponse response,
java.lang.String portletName,
long companyId,
long plid)
Deprecated.
As of Judson (7.1.x), replaced by
create(ResourceRequestImpl, HttpServletResponse) |
public static ResourceResponseImpl create(ResourceRequestImpl resourceRequestImpl, javax.servlet.http.HttpServletResponse response)
@Deprecated public static ResourceResponseImpl create(ResourceRequestImpl resourceRequestImpl, javax.servlet.http.HttpServletResponse response, java.lang.String portletName, long companyId) throws java.lang.Exception
create(ResourceRequestImpl, HttpServletResponse)
java.lang.Exception
@Deprecated public static ResourceResponseImpl create(ResourceRequestImpl resourceRequestImpl, javax.servlet.http.HttpServletResponse response, java.lang.String portletName, long companyId, long plid) throws java.lang.Exception
create(ResourceRequestImpl, HttpServletResponse)
java.lang.Exception