Package de.xima.fc.portal.model
Class PortalManagedBeanInfo
java.lang.Object
com.sun.faces.mgbean.ManagedBeanInfo
de.xima.fc.portal.model.PortalManagedBeanInfo
Deprecated.
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.faces.mgbean.ManagedBeanInfo
com.sun.faces.mgbean.ManagedBeanInfo.ListEntry, com.sun.faces.mgbean.ManagedBeanInfo.ManagedProperty, com.sun.faces.mgbean.ManagedBeanInfo.MapEntry -
Field Summary
Fields inherited from class com.sun.faces.mgbean.ManagedBeanInfo
NULL_VALUE -
Constructor Summary
ConstructorsConstructorDescriptionPortalManagedBeanInfo(Class<?> bean, javax.faces.bean.ManagedBean annotation) Deprecated.PortalManagedBeanInfo(String name, String className, String beanScope, boolean eager, com.sun.faces.mgbean.ManagedBeanInfo.MapEntry mapEntry, com.sun.faces.mgbean.ManagedBeanInfo.ListEntry listEntry, List<com.sun.faces.mgbean.ManagedBeanInfo.ManagedProperty> managedProperties, Map<String, String> descriptions) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcollectAnnotatedFields(Class<?> baseClass, Map<String, Field> annotatedFields) Deprecated.static StringgetBeanName(javax.faces.bean.ManagedBean managedBean, Class<?> beanClass) Deprecated.static List<com.sun.faces.mgbean.ManagedBeanInfo.ManagedProperty>getManagedProperties(Class<?> beanClass) Deprecated.static StringgetScopeString(Class<?> beanClass) Deprecated.Methods inherited from class com.sun.faces.mgbean.ManagedBeanInfo
clone, getClassName, getDescriptions, getListEntry, getManagedProperties, getMapEntry, getName, getScope, hasListEntry, hasManagedProperties, hasMapEntry, isEager
-
Constructor Details
-
PortalManagedBeanInfo
public PortalManagedBeanInfo(String name, String className, String beanScope, boolean eager, com.sun.faces.mgbean.ManagedBeanInfo.MapEntry mapEntry, com.sun.faces.mgbean.ManagedBeanInfo.ListEntry listEntry, List<com.sun.faces.mgbean.ManagedBeanInfo.ManagedProperty> managedProperties, Map<String, String> descriptions) Deprecated. -
PortalManagedBeanInfo
Deprecated.
-
-
Method Details