Class StorageBean
java.lang.Object
io.goobi.viewer.managedbeans.storage.StorageBean
- All Implemented Interfaces:
DataStorage,Serializable
- Direct Known Subclasses:
RequestBean,SessionBean,ViewBean
Bean to store variables within a certain scope. Should be extended with beans applying to a certain jsf scope
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancontainsKey(String key) jakarta.servlet.http.HttpServletRequestvoidvoidremoveObjects(String keyRegex)
-
Field Details
-
request
@Inject protected jakarta.servlet.http.HttpServletRequest request
-
-
Constructor Details
-
StorageBean
public StorageBean()
-
-
Method Details
-
get
- Specified by:
getin interfaceDataStorage
-
put
- Specified by:
putin interfaceDataStorage
-
containsKey
-
getRequest
public jakarta.servlet.http.HttpServletRequest getRequest() -
cleanObjects
public void cleanObjects() -
removeObjects
-