Question
Asset Share Commons Override Sling Model
Hi All,
I am working on a use case where I need to override the sling model of the OOTB asset share commons code. I have ModelA implementing Interface. I want to write ModelB which will implement interface only with the custom logic. Rest of the code should stay as is. Is there any way we can do it ? I tried Sling Model Delegation but it did not work. Can anybody help on this ?