Package io.goobi.viewer.managedbeans.storage


package io.goobi.viewer.managedbeans.storage
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.
  • Classes
    Class
    Description
    Used for application wide storage of objects accessible to other managed objects.
    JSF backing bean for storing variables in request scope.
    JSF backing bean for storing variables in session scope.
    Bean to store variables within a certain scope.
    JSF backing bean for storing variables in view scope.