Package com.atlassian.jira.web.bean
Class BulkEditBeanSessionHelper
java.lang.Object
com.atlassian.jira.web.bean.BulkEditBeanSessionHelper
Deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
Helper class for static session storage.
- Since:
- v5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Since 7.1.void
Deprecated.Since 7.1.void
storeToSession
(BulkEditBean bulkEditBean) Deprecated.Since 7.1.
-
Constructor Details
-
BulkEditBeanSessionHelper
public BulkEditBeanSessionHelper()Deprecated.
-
-
Method Details
-
storeToSession
Deprecated.Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. -
getFromSession
Deprecated.Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. -
removeFromSession
Deprecated.Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
-