Uses of Class
dyntabs.scope.TabScopedContextHolder.BeanInstance
Packages that use TabScopedContextHolder.BeanInstance
-
Uses of TabScopedContextHolder.BeanInstance in dyntabs.scope
Methods in dyntabs.scope that return TabScopedContextHolder.BeanInstanceModifier and TypeMethodDescriptionTabScopedContextHolder.getBean(String tabId, jakarta.enterprise.context.spi.Contextual<T> contextual) Returns the bean instance for the given tab and bean type in the current session.Methods in dyntabs.scope that return types with arguments of type TabScopedContextHolder.BeanInstanceModifier and TypeMethodDescriptionMap<jakarta.enterprise.context.spi.Contextual<?>, TabScopedContextHolder.BeanInstance<?>> TabScopedContextHolder.getBeansForTab(String tabId) Returns the bean map for the given tab in the current session.