Uses of Interface
io.goobi.viewer.controller.DataStorage
Packages that use DataStorage
Package
Description
Core controller and utility classes of the Goobi viewer.
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.
-
Uses of DataStorage in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return DataStorage -
Uses of DataStorage in io.goobi.viewer.managedbeans.storage
Classes in io.goobi.viewer.managedbeans.storage that implement DataStorageModifier and TypeClassDescriptionclassUsed for application wide storage of objects accessible to other managed objects.classJSF backing bean for storing variables in request scope.classJSF backing bean for storing variables in session scope.classBean to store variables within a certain scope.classJSF backing bean for storing variables in view scope.