Liferay 6.0-ee

Uses of Class
com.liferay.portlet.ResourceRequestImpl

Packages that use ResourceRequestImpl
com.liferay.portlet   
 

Uses of ResourceRequestImpl in com.liferay.portlet
 

Methods in com.liferay.portlet that return ResourceRequestImpl
static ResourceRequestImpl ResourceRequestFactory.create(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
 

Methods in com.liferay.portlet with parameters of type ResourceRequestImpl
static ResourceResponseImpl ResourceResponseFactory.create(ResourceRequestImpl resourceRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, long companyId)
           
static ResourceResponseImpl ResourceResponseFactory.create(ResourceRequestImpl resourceRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, long companyId, long plid)
           
 


Liferay 6.0-ee