aem-core-wcm-components
aem-core-wcm-components copied to clipboard
Core Component Customization: Delegation
Feature Request - Need to export internal(com.adobe.cq.wcm.core.components.internal) package in Adobe core component Bundle
Is your feature request related to a problem? Please describe. I have an issue when we are trying to customize the Core component according to our requirement. We are trying to use Delegation pattern. In our class, we need to call functions present in com.adobe.cq.wcm.core.components.internal.Utils class. But this class is not exported in bundle. So we are not able to use functions given in this class.
Describe the solution you'd like com.adobe.cq.wcm.core.components.internal package can be exported in bundle.
Are there alternatives? No
Documentation
What is best approach to use Utils class in our code for customizing the core component functionality.