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

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

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

Classes in com.liferay.faces.util.config.internal that implement ConfiguredElement
 class ConfiguredElementImpl
           
 

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

Constructor parameters in com.liferay.faces.util.config.internal with type arguments of type ConfiguredElement
FacesConfigImpl(List<ConfiguredElement> configuredApplicationExtensions, List<ConfiguredElement> configuredFactoryExtensions, List<ConfiguredServletMapping> configuredFacesServletMappings, List<ConfiguredManagedBean> configuredManagedBeans, List<String> configuredSuffixes, List<ConfiguredSystemEventListener> configuredSystemEventListeners)
           
FacesConfigImpl(List<ConfiguredElement> configuredApplicationExtensions, List<ConfiguredElement> configuredFactoryExtensions, List<ConfiguredServletMapping> configuredFacesServletMappings, List<ConfiguredManagedBean> configuredManagedBeans, List<String> configuredSuffixes, List<ConfiguredSystemEventListener> configuredSystemEventListeners)
           
 

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)
           
 

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

Methods in com.liferay.faces.util.factory.internal with parameters of type ConfiguredElement
 void FactoryExtensionFinderImpl.registerFactory(ConfiguredElement configuredFactoryExtension)
           
 



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