Package com.liferay.faces.bridge.context

Examples of com.liferay.faces.bridge.context.BridgeContextFactory


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

    // Get the bridge context.
    BridgeContextFactory bridgeContextFactory = (BridgeContextFactory) FactoryExtensionFinder.getFactory(
        BridgeContextFactory.class);
    bridgeContext = bridgeContextFactory.getBridgeContext(bridgeConfig, bridgeRequestScope, portletConfig,
        portletContext, portletRequest, portletResponse, portletPhase, portletContainer, incongruityContext);

    // Save the BridgeContext as a request attribute for legacy versions of ICEfaces.
    portletRequest.setAttribute(BridgeExt.BRIDGE_CONTEXT_ATTRIBUTE, bridgeContext);
View Full Code Here

TOP

Related Classes of com.liferay.faces.bridge.context.BridgeContextFactory

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.