com.liferay.faces.bridge.bean
Class BeanManagerFactoryImpl

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

public class BeanManagerFactoryImpl
extends BeanManagerFactory

Author:
Neil Griffin

Constructor Summary
BeanManagerFactoryImpl()
           
 
Method Summary
 BeanManager getBeanManager()
           
 BeanManagerFactory getWrapped()
           
 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
 

Constructor Detail

BeanManagerFactoryImpl

public BeanManagerFactoryImpl()
Method Detail

getBeanManager

public BeanManager getBeanManager()
Specified by:
getBeanManager in class BeanManagerFactory

setConfiguredBeans

public void setConfiguredBeans(List<ConfiguredBean> configuredBeans)
Description copied from class: BeanManagerFactory
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.

Specified by:
setConfiguredBeans in class BeanManagerFactory

getWrapped

public BeanManagerFactory getWrapped()


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