Is there any way to override class inside the modules/foundation in liferay DXP?
Asked
Active
Viewed 1,104 times
1 Answers
0
Liferay 7 design is more over extensible than override. Instead of overriding something extend the functionality or replace with another module.
Here's are few samples which allow us to extend at different level.
https://github.com/liferay/liferay-blade-samples/tree/master/liferay-workspace/extensions
https://github.com/liferay/liferay-blade-samples/tree/master/liferay-workspace/overrides

Rajesh
- 400
- 3
- 7
-
how to change /osgi/marketplace/Liferay Foundation.lpkg inside that Portal-store .class files.. – Ravi R Nov 12 '17 at 15:16
-
what you exactly want to change? – Rajesh Nov 12 '17 at 15:17
-
Need to change s3store.java ? – Ravi R Nov 13 '17 at 05:10