Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A content app does not fetch data directly from the content connector but from a Vaadin Container. In your content app you need to also provide content views (tree, list) that work with the container. These views and their presenter classes are configured in the workbench definition.

If required, you can inject your own content connector in the constructor of your class. Content connector has its own provider: info.magnolia.ui.contentapp.contentconnector.ContentConnectorProvider. The provider creates one instance of a connector per subapp by default.

...