-
Feature Request
-
Resolution: Done
-
Major
-
2.15.1.Final
-
None
Some components require the UIContext. It would be nice if we could just
@Inject
private UIContextProvider contextProvider;
or use the AddonRegistry.getServices(UIContextProvider.class) to fetch the current UIContext.