我正在使用Liferay 6。
我读到过Liferay Hooks可以用来修改JSP、属性文件、模型侦听器、系统事件,根本不需要接触Liferay代码。
所以我的问题是,我可以使用Liferay Hooks来修改Liferay登录之前和之后的事件吗?
请具体说明。
谢谢你。
发布于 2012-04-09 16:44:13
是。您要做的是在钩子项目中指定一个portal.properties文件,然后设置以下属性:
login.events.pre=
login.events.post=See more documentation here.
https://stackoverflow.com/questions/10070143
复制相似问题