Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently we have
ContentBeansTool#getObjectBeanManager
ContentBeansTool#getObjectBeanManager(Session)
ContentBeansTool#getQueryManager
ContentBeansTool#getQueryManager(Session)
The created objects belong to the hst request context. Hence, I'd like to move the getters to the hst request context, cache the created objects there, and rename the 'get' part above to 'create'
Attachments
Issue Links
- relates to
-
HSTTWO-2643 Add the 'request specific' created object from ContentBeansTool to HstRequestContext
- Closed