Class PluginBeanInfo
java.lang.Object
de.xima.fc.gui.common.plugingui.PluginBeanInfo
- All Implemented Interfaces:
Serializable
A simple POJO that holds the extracted information of a bean.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginBeanInfo(String name, String fullyQualifiedClassName, Class<? extends Annotation> scope) -
Method Summary
-
Constructor Details
-
PluginBeanInfo
public PluginBeanInfo(String name, String fullyQualifiedClassName, Class<? extends Annotation> scope)
-
-
Method Details
-
getCanonicalClassName
- Returns:
- The canonical name of the bean class.
-
getName
- Returns:
- The name of the bean as used in the XHTML pages.
-
getScope
- Returns:
- The scope of the bean, e.g. session scoped, view scoped etc.
-