Mentioning Multiple paths in EventHandler class
Hello All,
I have CustomEventHandler class which implements EventHandler interface.
handleEvent method is called during page activation, deactivation, deletion time. Here, I need to mention the page path. I mean if a page is present under /content/abc/project/en then only my custom event handler should trigger. I need to mention multiple page path. /content/abc/project/en, /content/xyz/project/en
Any help in this?