com.liferay.portal.portletcontainer
Class PortletWindowContextFactoryUtil

java.lang.Object
  extended by com.liferay.portal.portletcontainer.PortletWindowContextFactoryUtil

public class PortletWindowContextFactoryUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortletWindowContextFactoryUtil()
           
 
Method Summary
static com.sun.portal.container.PortletWindowContext create(javax.servlet.http.HttpServletRequest request, Portlet portlet, java.lang.String lifecycle)
           
static PortletWindowContextFactory getPortletWindowContextFactory()
           
 void setPortletWindowContextFactory(PortletWindowContextFactory portletWindowContextFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowContextFactoryUtil

public PortletWindowContextFactoryUtil()
Method Detail

create

public static com.sun.portal.container.PortletWindowContext create(javax.servlet.http.HttpServletRequest request,
                                                                   Portlet portlet,
                                                                   java.lang.String lifecycle)

getPortletWindowContextFactory

public static PortletWindowContextFactory getPortletWindowContextFactory()

setPortletWindowContextFactory

public void setPortletWindowContextFactory(PortletWindowContextFactory portletWindowContextFactory)