Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-403

AppContext should not expose functionality internal to AppContextImpl and AppControllerImpl

XMLWordPrintable

      The idea of AppContext is to expose functionality to the App. That is, to an instance of an app.

      It should not expose methods that are only used by AppControllerImpl. These should be hidden from all other classes.

      If necessary AppControllerImpl#runningApps should be changed to <String, AppContextImpl>. Also if the intention of AppContextImpl is unclear it should be renamed to reflect the fact that is not just the default implementation of AppContext, it does much more and in fact fullfils much of the contract defined by AppController.

        Acceptance criteria

              ejervidalo Espen Jervidalo
              tmattsson Tobias Mattsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR