cancel
Showing results for 
Search instead for 
Did you mean: 

How to call controller for cms component manually?

0 Kudos

Suppose we have an addon with few cms components defined inside. By default this addon will be installed on yacceleratorstorefront.

Suppose the controller has a signature like this:

@Controller("TestComponentController")<br>@RequestMapping("/view/TestComponentController")
public class TestComponentController extends AbstractCMSAddOnComponentController<ScriptComponentModel>
{

If I want to call this controller manually. How should I do it, like this: https://localhost:9002/yacceleratorstorefront/view/TestComponentController ? This way doesn't work.

How do you manually call such a controller?

Accepted Solutions (0)

Answers (0)