Foros de discusión

How to hook ProductMenuProductNavigationControlMenuEntry class

Iliya Tryapitsin, modificado hace 6 años.

How to hook ProductMenuProductNavigationControlMenuEntry class

New Member Mensajes: 10 Fecha de incorporación: 23/01/14 Mensajes recientes
I need to add few changes into Product menu JSP. But since version 2.0.15 of com.liferay.product.navigation.product.menu.web, as I can understand, product_menu_control_menu_entry_body.jsp & product_menu_control_menu_entry_icon.jsp has been deleted and all makeup was removed into ProductMenuProductNavigationControlMenuEntry. How can I hook this class?
thumbnail
Olaf Kock, modificado hace 6 años.

RE: How to hook ProductMenuProductNavigationControlMenuEntry class

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
Iliya Tryapitsin:
...ProductMenuProductNavigationControlMenuEntry. How can I hook this class?


See Documentation: Customizing the Product Menu
Iliya Tryapitsin, modificado hace 6 años.

RE: How to hook ProductMenuProductNavigationControlMenuEntry class

New Member Mensajes: 10 Fecha de incorporación: 23/01/14 Mensajes recientes
Olaf Kock:
Iliya Tryapitsin:
...ProductMenuProductNavigationControlMenuEntry. How can I hook this class?


See Documentation: Customizing the Product Menu


I have seen your link already. There is no info about how to substitute existing *Entry class.
thumbnail
Olaf Kock, modificado hace 6 años.

RE: How to hook ProductMenuProductNavigationControlMenuEntry class

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
I'd rather like to answer the question: "I would like to see XXX and YYY - how do I do this?", e.g. the underlying problem, because the solution might be different from what you're intending to do.

Alternatively, look up OSGi service ranking, this is a good way to define precedence of different implementations of the same service.