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 appplying to a certain jsf scope
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
containsKey
(String key) jakarta.servlet.http.HttpServletRequest
void
void
removeObjects
(String keyRegex)
-
Field Details
-
request
@Inject protected jakarta.servlet.http.HttpServletRequest request
-
-
Constructor Details
-
StorageBean
public StorageBean()
-
-
Method Details
-
get
- Specified by:
get
in interfaceDataStorage
-
put
- Specified by:
put
in interfaceDataStorage
-
containsKey
-
getRequest
public jakarta.servlet.http.HttpServletRequest getRequest() -
cleanObjects
public void cleanObjects() -
removeObjects
-