com.liferay.faces.bridge.bean
Class BeanManagerFactoryImpl
java.lang.Object
com.liferay.faces.bridge.bean.BeanManagerFactory
com.liferay.faces.bridge.bean.BeanManagerFactoryImpl
- All Implemented Interfaces:
- FactoryWrapper<BeanManagerFactory>, javax.faces.FacesWrapper<BeanManagerFactory>
public class BeanManagerFactoryImpl
- extends BeanManagerFactory
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanManagerFactoryImpl
public BeanManagerFactoryImpl()
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.