Class PluginBeanInfo

java.lang.Object
de.xima.fc.gui.common.plugingui.PluginBeanInfo
All Implemented Interfaces:
Serializable

public class PluginBeanInfo extends Object implements Serializable
A simple POJO that holds the extracted information of a bean.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • getCanonicalClassName

      public String getCanonicalClassName()
      Returns:
      The canonical name of the bean class.
    • getName

      public String getName()
      Returns:
      The name of the bean as used in the XHTML pages.
    • getScope

      public Class<? extends Annotation> getScope()
      Returns:
      The scope of the bean, e.g. session scoped, view scoped etc.