Package com.liferay.faces.bridge.scope

Examples of com.liferay.faces.bridge.scope.BridgeRequestScopeCacheFactory


    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);

    // Get the default lifecycle instance from the factory.
    LifecycleFactory lifecycleFactory = (LifecycleFactory) FactoryFinder.getFactory(
        FactoryFinder.LIFECYCLE_FACTORY);
    String lifecycleId = this.portletContext.getInitParameter(FacesServlet.LIFECYCLE_ID_ATTR);
View Full Code Here

TOP

Related Classes of com.liferay.faces.bridge.scope.BridgeRequestScopeCacheFactory

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.