Can someone give me an example of how to use PortletURLListener
? if it can be used at all?
Like we have a ModelListener
, can we also use a PortletURLListener
?
As in ModelListener
, we can add functionality when creating a model, when updating a model or when deleting, etc.
- So, we can use
PortletURLListener
in the same way as ModelListener
. something when a specific url is called? Any other approach if not PortletURLListener
? Since the name is, I thought it might help. - And can we use it in the hook? or is it just used by liferei? Any other practical features that you have seen or implemented by extending or using this class?
Thanks in advance.
Thank you Note for clue :-)
source share