Please look at the attached context file and Java class for the custom content transformer. This transformer is getting invoked almost everytime, even when I click on a particular file to view it. I understood that because I have added sysouts in the isTransformableMimetype() method.
Further the transformInternal() method is not getting called. I am not sure why it is not getting called? I am confused what am I doing wrong? Can you please guide me further, if there is any additional configuration I am missing, or I need to add further details in the custom java class?
Thank you for your help, I really appreciate it.