Overriding the asset publisher jsp files

thumbnail
Rajesh Chaurasia, modified 6 Years ago. Regular Member Posts: 183 Join Date: 8/18/11 Recent Posts
hi ,

I want to override asset publishers , web content porltet to define a custom publishing platform outside control panel.I had done using Liferay 6.2 using Hooks , i want to know how i can do similar things using liferay 7.1 jsp files of the portlets?
thumbnail
Christoph Rabel, modified 6 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts
Look here:
https://dev.liferay.com/de/develop/tutorials/-/knowledge_base/7-0/overriding-jsps

Note: While Fragment overrides are deprecated, they are still necessary very often.

I think, it was a bit premature to deprecate the fragment functionality.  On the one hand it says: There is a new method, use it whenever you can. But one the one hand, it is very often not possible to do it with the new methods. And I think it is confusing, since people see the deprecation and look for a replacement and there is none.