com.liferay.portlet
Class RenderRequestFactory
java.lang.Object
com.liferay.portlet.RenderRequestFactory
public class RenderRequestFactory
- extends Object
Method Summary |
static RenderRequestImpl |
create(javax.servlet.http.HttpServletRequest request,
Portlet portlet,
InvokerPortlet invokerPortlet,
PortletContext portletContext,
WindowState windowState,
PortletMode portletMode,
PortletPreferences preferences)
|
static RenderRequestImpl |
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 |
RenderRequestFactory
public RenderRequestFactory()
create
public static RenderRequestImpl create(javax.servlet.http.HttpServletRequest request,
Portlet portlet,
InvokerPortlet invokerPortlet,
PortletContext portletContext,
WindowState windowState,
PortletMode portletMode,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
create
public static RenderRequestImpl create(javax.servlet.http.HttpServletRequest request,
Portlet portlet,
InvokerPortlet invokerPortlet,
PortletContext portletContext,
WindowState windowState,
PortletMode portletMode,
PortletPreferences preferences,
long plid)
throws Exception
- Throws:
Exception