com.liferay.portal.portletcontainer
Class PortletWindowContextFactoryImpl

java.lang.Object
  extended by com.liferay.portal.portletcontainer.PortletWindowContextFactoryImpl
All Implemented Interfaces:
com.liferay.portal.portletcontainer.PortletWindowContextFactory

public class PortletWindowContextFactoryImpl
extends java.lang.Object
implements com.liferay.portal.portletcontainer.PortletWindowContextFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortletWindowContextFactoryImpl()
           
 
Method Summary
 com.sun.portal.container.PortletWindowContext create(javax.servlet.http.HttpServletRequest request, com.liferay.portal.model.Portlet portlet, java.lang.String lifecycle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowContextFactoryImpl

public PortletWindowContextFactoryImpl()
Method Detail

create

public com.sun.portal.container.PortletWindowContext create(javax.servlet.http.HttpServletRequest request,
                                                            com.liferay.portal.model.Portlet portlet,
                                                            java.lang.String lifecycle)
Specified by:
create in interface com.liferay.portal.portletcontainer.PortletWindowContextFactory