com.liferay.faces.bridge.bean
Class BeanManagerCompatImpl
java.lang.Object
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
|
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 |
BeanManagerCompatImpl
public BeanManagerCompatImpl()
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.