掲示板

RE: how can overwrite liferay core class?

thumbnail
11年前 に Habib Zare によって更新されました。

how can overwrite liferay core class?

Junior Member 投稿: 58 参加年月日: 12/10/28 最新の投稿
I want to overwrite a liferay class . for example : com.liferay.portal.tools.servicebuilder.ServiceBuilder

Is it possible using Hook? or possible using ext-plugin? or using both?

and how can i do?
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: how can overwrite liferay core class?

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
You can write ext plugin to overwrite liferay's core classes but service builder is just a tool used outside of liferay portal runtime.
Just modify the code directly in liferay's source code.
thumbnail
11年前 に devaraj s によって更新されました。

RE: how can overwrite liferay core class?

Regular Member 投稿: 228 参加年月日: 12/05/21 最新の投稿
Just modify the code directly in liferay's source code


Hi hitoshi, please can you brief it,