Package com.liferay.faces.bridge.container

Examples of com.liferay.faces.bridge.container.PortletContainerFactory


    // Save the Bridge.PortletPhase as a request attribute so that it can be picked up by the
    // BridgeRequestAttributeListener.
    portletRequest.setAttribute(Bridge.PORTLET_LIFECYCLE_PHASE, portletPhase);

    // Initialize the portlet container implementation.
    PortletContainerFactory portletContainerFactory = (PortletContainerFactory) FactoryExtensionFinder.getFactory(
        PortletContainerFactory.class);
    PortletContainer portletContainer = portletContainerFactory.getPortletContainer(portletRequest, portletResponse,
        portletContext, bridgeConfig);

    // Initialize the bridge request scope.
    initBridgeRequestScope(portletRequest, portletResponse, portletPhase, portletContainer, incongruityContext);
View Full Code Here

TOP

Related Classes of com.liferay.faces.bridge.container.PortletContainerFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.