com.liferay.faces.bridge.bean.internal
Class BeanManagerImpl

java.lang.Object
  extended by com.liferay.faces.bridge.bean.internal.BeanManagerCompatImpl
      extended by com.liferay.faces.bridge.bean.internal.BeanManagerImpl
All Implemented Interfaces:
BeanManager

public class BeanManagerImpl
extends BeanManagerCompatImpl

Author:
Neil Griffin

Constructor Summary
BeanManagerImpl(List<ConfiguredManagedBean> configuredManagedBeans)
           
 
Method Summary
 boolean isManagedBean(String name, Object value)
          Determines whether or not the specified value is a bean that is managed by the JSF managed-bean facility.
 
Methods inherited from class com.liferay.faces.bridge.bean.internal.BeanManagerCompatImpl
hasManagedBeanAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanManagerImpl

public BeanManagerImpl(List<ConfiguredManagedBean> configuredManagedBeans)
Method Detail

isManagedBean

public boolean isManagedBean(String name,
                             Object value)
Description copied from interface: BeanManager
Determines whether or not the specified value is a bean that is managed by the JSF managed-bean facility.



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