Package com.liferay.faces.util.factory

Examples of com.liferay.faces.util.factory.FactoryExtensionFinder


        FacesConfig facesConfig = applicationConfig.getFacesConfig();
        List<ConfiguredElement> configuredFactoryExtensions = facesConfig.getConfiguredFactoryExtensions();

        if (configuredFactoryExtensions != null) {

          FactoryExtensionFinder factoryExtensionFinder = FactoryExtensionFinder.getInstance();

          for (ConfiguredElement configuredFactoryExtension : configuredFactoryExtensions) {
            factoryExtensionFinder.registerFactory(configuredFactoryExtension);
          }
        }
      }
      catch (IOException e) {
        throw new AbortProcessingException(e);
View Full Code Here

TOP

Related Classes of com.liferay.faces.util.factory.FactoryExtensionFinder

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.