Examples of FactoryExtensionFinder


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
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.