Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.03.06
-
None
-
None
Description
If a developer wants to access the ClientComponentManager, he should be able to retrieve this through a utility method in BaseHstComponent instead of having to write:
ComponentManager compManager = (ComponentManager) this.getServletConfig().getServletContext().getAttribute("org.hippoecm.hst.container.HstContainerServlet.clientComponentManager");
If he did change to have his ClientComponentManager set as a different attr on the servletContext, then he should be able to retrieve the component manager by himself