Uses of Interface
com.liferay.faces.bridge.config.ConfiguredBean

Packages that use ConfiguredBean
com.liferay.faces.bridge.bean   
com.liferay.faces.bridge.config   
 

Uses of ConfiguredBean in com.liferay.faces.bridge.bean
 

Method parameters in com.liferay.faces.bridge.bean with type arguments of type ConfiguredBean
 void BeanManagerFactoryImpl.setConfiguredBeans(List<ConfiguredBean> configuredBeans)
           
abstract  void BeanManagerFactory.setConfiguredBeans(List<ConfiguredBean> configuredBeans)
          This method informs the factory of the managed-bean entries that are discovered in META-INF/faces-config.xml WEB-INF/faces-config.xml descriptors.
 

Constructor parameters in com.liferay.faces.bridge.bean with type arguments of type ConfiguredBean
BeanManagerImpl(List<ConfiguredBean> configuredBeans)
           
BeanManagerMojarraImpl(List<ConfiguredBean> configuredBeans)
           
 

Uses of ConfiguredBean in com.liferay.faces.bridge.config
 

Classes in com.liferay.faces.bridge.config that implement ConfiguredBean
 class ConfiguredBeanImpl
           
 

Constructor parameters in com.liferay.faces.bridge.config with type arguments of type ConfiguredBean
SAXHandlerFacesConfigPostImpl(boolean resolveEntities, BridgeConfigAttributeMap bridgeConfigAttributeMap, List<ConfiguredBean> configuredBeans, Set<String> excludedBridgeRequestAttributes, Map<String,String[]> publicParameterMappings)
           
 



Copyright © 2014 Liferay, Inc.. All Rights Reserved.