Examples of BridgeRequestScopeCacheFactory


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
Copyright © 2018 www.massapi.com. 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.