Uses of Class
io.goobi.viewer.managedbeans.ActiveDocumentBean
Packages that use ActiveDocumentBean
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Utility helpers for managed beans in the Goobi viewer, offering convenience methods to look up
CDI and JSF beans by type or name at runtime.
-
Uses of ActiveDocumentBean in io.goobi.viewer.managedbeans
Fields in io.goobi.viewer.managedbeans declared as ActiveDocumentBeanModifier and TypeFieldDescriptionprotected ActiveDocumentBeanDisplayConditions.activeDocumentBeanMethods in io.goobi.viewer.managedbeans with parameters of type ActiveDocumentBeanModifier and TypeMethodDescriptionvoidMetadataBean.setActiveDocumentBean(ActiveDocumentBean activeDocumentBean) Required setter for ManagedProperty injection.voidNavigationHelper.setActiveDocumentBean(ActiveDocumentBean activeDocumentBean) Setter for testing — allows injecting a mock ActiveDocumentBean without CDI. -
Uses of ActiveDocumentBean in io.goobi.viewer.managedbeans.utils
Methods in io.goobi.viewer.managedbeans.utils that return ActiveDocumentBeanModifier and TypeMethodDescriptionstatic ActiveDocumentBeanBeanUtils.getActiveDocumentBean()getActiveDocumentBean.