com.liferay.faces.bridge.bean
Class BeanManagerFactory

java.lang.Object
  extended by com.liferay.faces.bridge.bean.BeanManagerFactory
All Implemented Interfaces:
FactoryWrapper<BeanManagerFactory>, javax.faces.FacesWrapper<BeanManagerFactory>
Direct Known Subclasses:
BeanManagerFactoryImpl

public abstract class BeanManagerFactory
extends Object
implements FactoryWrapper<BeanManagerFactory>

Author:
Neil Griffin

Constructor Summary
BeanManagerFactory()
           
 
Method Summary
abstract  BeanManager getBeanManager()
           
abstract  void 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.bridge.FactoryWrapper
getWrapped
 

Constructor Detail

BeanManagerFactory

public BeanManagerFactory()
Method Detail

getBeanManager

public abstract BeanManager getBeanManager()

setConfiguredBeans

public abstract void 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. It is designed to be called during startup.



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