Package | Description |
---|---|
com.liferay.portlet |
Modifier and Type | Method and Description |
---|---|
static ResourceRequestImpl |
ResourceRequestFactory.create(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.portlet.InvokerPortlet invokerPortlet,
PortletContext portletContext,
WindowState windowState,
PortletMode portletMode,
PortletPreferences preferences,
long plid) |
Modifier and Type | Method and Description |
---|---|
static ResourceResponseImpl |
ResourceResponseFactory.create(ResourceRequestImpl resourceRequestImpl,
javax.servlet.http.HttpServletResponse response) |
static ResourceResponseImpl |
ResourceResponseFactory.create(ResourceRequestImpl resourceRequestImpl,
javax.servlet.http.HttpServletResponse response,
String portletName,
long companyId)
Deprecated.
As of Judson (7.1.x), replaced by
ResourceResponseFactory.create(ResourceRequestImpl, HttpServletResponse) |
static ResourceResponseImpl |
ResourceResponseFactory.create(ResourceRequestImpl resourceRequestImpl,
javax.servlet.http.HttpServletResponse response,
String portletName,
long companyId,
long plid)
Deprecated.
As of Judson (7.1.x), replaced by
ResourceResponseFactory.create(ResourceRequestImpl, HttpServletResponse) |