25 private $uiComponentFactory;
34 parent::__construct($context);
35 $this->context = $context;
36 $this->uiComponentFactory = $uiComponentFactory;
46 if ($this->_request->getParam(
'namespace') ===
null) {
51 $component = $this->uiComponentFactory->create($this->_request->getParam(
'namespace'));
52 $this->prepareComponent($component);
53 $this->_response->appendBody((
string) $component->render());
65 $this->prepareComponent($child);
_redirect($path, $arguments=[])
__construct(Context $context, UiComponentFactory $uiComponentFactory)