Package io.goobi.viewer.controller
Interface DataStorage
- All Known Implementing Classes:
ApplicationBean,RequestBean,SessionBean,StorageBean,ViewBean
public interface DataStorage
Simple key-value storage abstraction used to pass arbitrary data between components.
Implementations may back this interface with session attributes, maps, or other storage
mechanisms.
-
Method Summary
-
Method Details
-
put
-
get
-