Uses of Class
io.goobi.viewer.managedbeans.storage.ApplicationBean
Packages that use ApplicationBean
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.
-
Uses of ApplicationBean in io.goobi.viewer.managedbeans.storage
Methods in io.goobi.viewer.managedbeans.storage that return ApplicationBean -
Uses of ApplicationBean in io.goobi.viewer.managedbeans.utils
Methods in io.goobi.viewer.managedbeans.utils that return ApplicationBeanModifier and TypeMethodDescriptionstatic ApplicationBeanBeanUtils.getPersistentStorageBean()getPersistentStorageBean. -
Uses of ApplicationBean in io.goobi.viewer.model.job.mq
Methods in io.goobi.viewer.model.job.mq that return ApplicationBeanMethods in io.goobi.viewer.model.job.mq with parameters of type ApplicationBeanModifier and TypeMethodDescriptionvoidDownloadExternalResourceHandler.setStorageBean(ApplicationBean storageBean)