Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class ResourceRequestFactory

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

public class ResourceRequestFactory
extends Object


Constructor Summary
ResourceRequestFactory()
           
 
Method Summary
static ResourceRequestImpl create(javax.servlet.http.HttpServletRequest request, Portlet portlet, InvokerPortlet invokerPortlet, PortletContext portletContext, WindowState windowState, PortletMode portletMode, PortletPreferences preferences, long plid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRequestFactory

public ResourceRequestFactory()
Method Detail

create

public static ResourceRequestImpl create(javax.servlet.http.HttpServletRequest request,
                                         Portlet portlet,
                                         InvokerPortlet invokerPortlet,
                                         PortletContext portletContext,
                                         WindowState windowState,
                                         PortletMode portletMode,
                                         PortletPreferences preferences,
                                         long plid)
                                  throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3