Package | Description |
---|---|
de.xima.fc.gui.bean.plugingui |
Class and Description |
---|
PluginBeanHelper
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).
|
PluginBeanHelper.IPreInitAction
Interface for a callback before a bean is initialized.
|
PluginBeanOptions
Options for the
PluginBeanHelper . |
PluginBeanOptions.Builder
Simple builder class for a
PluginBeanOptions . |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.