| Interface | Description | 
|---|---|
| PluginBeanHelper.IPreInitAction<TBean extends IPluginGenericCustomGUIBean> | 
 Interface for a callback before a bean is initialized. 
 | 
| Class | Description | 
|---|---|
| PluginBeanHelper<TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>> | 
 Helper class for handling unmanaged beans used by user interfaces provided by a plugin, eg. a dashboard plugin or a
 workflow action plugin:
 
 PluginBeanHelper.forCurrentViewScope(plugin, client).getOrCreateBeans();
 
 Each helper is associated to a certain scope (request, view, session, or application scope). 
 | 
| PluginBeanOptions | 
 Options for the  
PluginBeanHelper. | 
| PluginBeanOptions.Builder | 
 Simple builder class for a  
PluginBeanOptions. | 
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.