cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Who calls the controller for a cms component?

0 Likes
228

Each CMS component has java controller looking like this:

public class MyComponent extends AbstractCMSAddOnComponentController<ScriptComponentModel>

This controller extends multiple classes that do have a handler for the http get method. The question is who calls this methods? Where is hybris is the call to this controller done and how?

Accepted Solutions (0)

Answers (0)