Class PortalManagedBeanInfo

java.lang.Object
com.sun.faces.mgbean.ManagedBeanInfo
de.xima.fc.portal.model.PortalManagedBeanInfo

@Deprecated public class PortalManagedBeanInfo extends com.sun.faces.mgbean.ManagedBeanInfo
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

    Constructors
    Constructor
    Description
    PortalManagedBeanInfo(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 Type
    Method
    Description
    static void
    collectAnnotatedFields(Class<?> baseClass, Map<String,Field> annotatedFields)
    Deprecated.
     
    static String
    getBeanName(javax.faces.bean.ManagedBean managedBean, Class<?> beanClass)
    Deprecated.
     
    static List<com.sun.faces.mgbean.ManagedBeanInfo.ManagedProperty>
    Deprecated.
     
    static String
    getScopeString(Class<?> beanClass)
    Deprecated.
     

    Methods inherited from class com.sun.faces.mgbean.ManagedBeanInfo

    clone, getClassName, getDescriptions, getListEntry, getManagedProperties, getMapEntry, getName, getScope, hasListEntry, hasManagedProperties, hasMapEntry, isEager

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public PortalManagedBeanInfo(Class<?> bean, javax.faces.bean.ManagedBean annotation)
      Deprecated.
  • Method Details

    • getScopeString

      public static String getScopeString(Class<?> beanClass)
      Deprecated.
    • collectAnnotatedFields

      public static void collectAnnotatedFields(Class<?> baseClass, Map<String,Field> annotatedFields)
      Deprecated.
    • getManagedProperties

      public static List<com.sun.faces.mgbean.ManagedBeanInfo.ManagedProperty> getManagedProperties(Class<?> beanClass)
      Deprecated.
    • getBeanName

      public static String getBeanName(javax.faces.bean.ManagedBean managedBean, Class<?> beanClass)
      Deprecated.