掲示板

ServicePreAction and ServicePostAction

thumbnail
11年前 に Riya M S によって更新されました。

ServicePreAction and ServicePostAction

Junior Member 投稿: 45 参加年月日: 13/01/30 最新の投稿
Hello Guys what is ServicePreAction and ServicePostAction how can i call using hooks ?
thumbnail
11年前 に Pankaj Kathiriya によって更新されました。

RE: ServicePreAction and ServicePostAction

Liferay Master 投稿: 722 参加年月日: 10/08/05 最新の投稿
These are actions which intercepts any request [ServicePreAction: Before struts action performed, ServicePostAction: After struts action performed].
You can have your own Action class having your custom logic in hook and specify class entry for example : servlet.service.events.pre=classname in portal.properties of hook.


Thanks,
Pankaj
thumbnail
11年前 に Apoorva Prakash によって更新されました。

RE: ServicePreAction and ServicePostAction

Liferay Master 投稿: 658 参加年月日: 10/06/15 最新の投稿
Riya M S:
Hello Guys what is ServicePreAction and ServicePostAction how can i call using hooks ?


Hello Riya,

See this link. It deals about events in details.

HTH.

Thanks and Regards,
Apoorva Prakash
thumbnail
11年前 に Riya M S によって更新されました。

RE: ServicePreAction and ServicePostAction

Junior Member 投稿: 45 参加年月日: 13/01/30 最新の投稿
Thanks all for valuable reply !!