Uses of Interface
com.liferay.faces.util.config.ConfiguredElement

Packages that use ConfiguredElement
com.liferay.faces.util.config   
com.liferay.faces.util.factory   
 

Uses of ConfiguredElement in com.liferay.faces.util.config
 

Methods in com.liferay.faces.util.config that return types with arguments of type ConfiguredElement
 List<ConfiguredElement> FacesConfig.getConfiguredApplicationExtensions()
           
 List<ConfiguredElement> FacesConfig.getConfiguredFactoryExtensions()
           
 

Uses of ConfiguredElement in com.liferay.faces.util.factory
 

Methods in com.liferay.faces.util.factory with parameters of type ConfiguredElement
abstract  void FactoryExtensionFinder.registerFactory(ConfiguredElement configuredFactoryExtension)
          Deprecated. Call FactoryExtensionFinder.registerFactory(ExternalContext, ConfiguredElement) instead.

Registers the specified configured factory extension by storing it as an attribute in the ExternalContext.getApplicationMap() associated with the current faces context. Since this method is designed to be called during application initialization, it is not guaranteed to be thread-safe.

abstract  void FactoryExtensionFinder.registerFactory(javax.faces.context.ExternalContext externalContext, ConfiguredElement configuredFactoryExtension)
          Registers the specified configured factory extension by storing it as an attribute in the specified ExternalContext.getApplicationMap().
 



Copyright © 2019 Liferay, Inc.. All rights reserved.