Package com.liferay.faces.bridge.context

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


    BridgeConfigFactory bridgeConfigFactory = (BridgeConfigFactory) FactoryExtensionFinder.getFactory(
        BridgeConfigFactory.class);
    this.bridgeConfig = bridgeConfigFactory.getBridgeConfig(portletConfig);

    // Initialize the incongruity context implementation.
    IncongruityContextFactory incongruityContextFactory = (IncongruityContextFactory) FactoryExtensionFinder
      .getFactory(IncongruityContextFactory.class);
    this.incongruityContext = incongruityContextFactory.getIncongruityContext();

    // Get the bridge request scope cache from the factory.
    BridgeRequestScopeCacheFactory bridgeRequestScopeCacheFactory = (BridgeRequestScopeCacheFactory)
      FactoryExtensionFinder.getFactory(BridgeRequestScopeCacheFactory.class);
    this.bridgeRequestScopeCache = bridgeRequestScopeCacheFactory.getBridgeRequestScopeCache(portletContext);
View Full Code Here

TOP

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

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.