Uses of Package
io.goobi.viewer.managedbeans.storage
Packages that use io.goobi.viewer.managedbeans.storage
Package
Description
CDI-managed beans that provide application-scoped, session-scoped, request-scoped, and view-scoped
storage contexts, centralizing shared state such as configuration data, user session information,
and view-level caches for the Goobi viewer web application.
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.
Contains ActiveMQ message handlers that process job requests dispatched via the
viewer's internal message queue, covering PDF generation, uploads, sitemap updates,
and other background tasks.
-
Classes in io.goobi.viewer.managedbeans.storage used by io.goobi.viewer.managedbeans.storageClassDescriptionUsed for application wide storage of objects accessible to other managed objects.Bean to store variables within a certain scope.
-
Classes in io.goobi.viewer.managedbeans.storage used by io.goobi.viewer.managedbeans.utilsClassDescriptionUsed for application wide storage of objects accessible to other managed objects.JSF backing bean for storing variables in session scope.
-
Classes in io.goobi.viewer.managedbeans.storage used by io.goobi.viewer.model.job.mqClassDescriptionUsed for application wide storage of objects accessible to other managed objects.