Uses of Class
de.xima.fc.gui.common.plugingui.GuiBeanCache
Packages that use GuiBeanCache
-
Uses of GuiBeanCache in de.xima.fc.gui.common.plugingui
Methods in de.xima.fc.gui.common.plugingui that return GuiBeanCacheModifier and TypeMethodDescription<PluginBean extends IPluginGenericCustomGUIBean>
GuiBeanCache<Key, Bean, Plugin, PluginBean> GuiBeanCache.Builder.build(IPluginBeanHelperInstantiator<Plugin, PluginBean> pluginBeanHelperInstantiator) Builds a new GUI bean cache instance with the given plugin bean helper instantiator.<PluginBean extends IPluginGenericCustomGUIBean>
GuiBeanCache<Key, Bean, Plugin, PluginBean> GuiBeanCache.Builder.buildForCurrentApplicationScope(IPluginCustomGUIExtractor<PluginBean, Plugin> guiExtractor, PluginBeanOptions options) Builds a new GUI bean cache instance, assuming that all beans areApplicationScopedbeans.<PluginBean extends IPluginGenericCustomGUIBean>
GuiBeanCache<Key, Bean, Plugin, PluginBean> GuiBeanCache.Builder.buildForCurrentRequestScope(IPluginCustomGUIExtractor<PluginBean, Plugin> guiExtractor, PluginBeanOptions options) Builds a new GUI bean cache instance, assuming that all beans areRequestScopedbeans.<PluginBean extends IPluginGenericCustomGUIBean>
GuiBeanCache<Key, Bean, Plugin, PluginBean> GuiBeanCache.Builder.buildForCurrentSessionScope(IPluginCustomGUIExtractor<PluginBean, Plugin> guiExtractor, PluginBeanOptions options) Builds a new GUI bean cache instance, assuming that all beans areSessionScopedbeans.<PluginBean extends IPluginGenericCustomGUIBean>
GuiBeanCache<Key, Bean, Plugin, PluginBean> GuiBeanCache.Builder.buildForCurrentViewScope(IPluginCustomGUIExtractor<PluginBean, Plugin> guiExtractor, PluginBeanOptions options) Builds a new GUI bean cache instance, assuming that all beans areViewScopedbeans. -
Uses of GuiBeanCache in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return GuiBeanCacheModifier and TypeMethodDescriptionPromptConnectionBeanEnvironment.guiBeanCache()PromptQueryBeanEnvironment.guiBeanCache()Methods in de.xima.fc.prompt.mgmt.gui.model with parameters of type GuiBeanCacheModifier and TypeMethodDescriptionPromptConnectionBeanEnvironment.Builder.guiBeanCache(GuiBeanCache<String, IPromptConnectionBean<?>, IPluginPromptService, IPluginPromptConnectionBean> guiBeanCache) PromptQueryBeanEnvironment.Builder.guiBeanCache(GuiBeanCache<String, IPromptQueryBean<?, ?>, IPluginPromptService, IPluginPromptQueryBean> guiBeanCache)