Hi,
When a component is dropped onto a page, or copy/pasted, it is possible to perform some post processing using a SlingPostProcessor custom class.
However, when a page is copy/pasted in the Touch UI, as the operation is using the wcmcommand endpoint, SlingPostProcessors are not invoked.
Is there something similar to SlingPostProcessor that can be used to implement custom post-processing logic for when pages are created, deleted, copy/pasted, etc.?
Thanks.