com.liferay.faces.bridge.bean
Class BeanManagerCompatImpl

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

public abstract class BeanManagerCompatImpl
extends Object
implements BeanManager

This class provides a compatibility layer that isolates differences between JSF1 and JSF2.

Author:
Neil Griffin

Constructor Summary
BeanManagerCompatImpl()
           
 
Method Summary
protected  boolean hasManagedBeanAnnotation(Object object)
          Determines whether or not the specified object is annotated as a JSF managed-bean.
 
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.bean.BeanManager
invokePreDestroyMethods, isManagedBean
 

Constructor Detail

BeanManagerCompatImpl

public BeanManagerCompatImpl()
Method Detail

hasManagedBeanAnnotation

protected boolean hasManagedBeanAnnotation(Object object)
Determines whether or not the specified object is annotated as a JSF managed-bean.

Parameters:
obj - The object to check.
Returns:
true if the specified object is annotated as a JSF managed-bean, otherwise false.


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