com.liferay.faces.bridge.container
Class PortletContainerFactoryImpl

java.lang.Object
  extended by com.liferay.faces.bridge.container.PortletContainerFactory
      extended by com.liferay.faces.bridge.container.PortletContainerFactoryImpl
All Implemented Interfaces:
FactoryWrapper<PortletContainerFactory>, javax.faces.FacesWrapper<PortletContainerFactory>

public class PortletContainerFactoryImpl
extends PortletContainerFactory

Author:
Neil Griffin

Constructor Summary
PortletContainerFactoryImpl()
           
 
Method Summary
 PortletContainer getPortletContainer(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse, javax.portlet.PortletContext portletContext, BridgeConfig bridgeConfig)
          Gets an instance of PortletContainer according to the type of portlet container (Liferay, etc.) that created in the specified portletRequest.
 PortletContainerFactory getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContainerFactoryImpl

public PortletContainerFactoryImpl()
Method Detail

getPortletContainer

public PortletContainer getPortletContainer(javax.portlet.PortletRequest portletRequest,
                                            javax.portlet.PortletResponse portletResponse,
                                            javax.portlet.PortletContext portletContext,
                                            BridgeConfig bridgeConfig)
Description copied from class: PortletContainerFactory
Gets an instance of PortletContainer according to the type of portlet container (Liferay, etc.) that created in the specified portletRequest.

Specified by:
getPortletContainer in class PortletContainerFactory
See Also:
PortletContainerFactory#getPortletContainer(BridgeContext)}

getWrapped

public PortletContainerFactory getWrapped()


Copyright © 2014 Liferay, Inc.. All Rights Reserved.