com.liferay.faces.bridge.container
Class PortletContainerFactoryImpl
java.lang.Object
com.liferay.faces.bridge.container.PortletContainerFactory
com.liferay.faces.bridge.container.PortletContainerFactoryImpl
- All Implemented Interfaces:
- FactoryWrapper<PortletContainerFactory>, javax.faces.FacesWrapper<PortletContainerFactory>
public class PortletContainerFactoryImpl
- extends PortletContainerFactory
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletContainerFactoryImpl
public PortletContainerFactoryImpl()
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.