[JBoss JIRA] (FORGE-2287) Support injection of UIContextProvider
by George Gastaldi (JIRA)
George Gastaldi created FORGE-2287:
--------------------------------------
Summary: Support injection of UIContextProvider
Key: FORGE-2287
URL: https://issues.jboss.org/browse/FORGE-2287
Project: Forge
Issue Type: Feature Request
Components: UI - API
Affects Versions: 2.15.1.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.15.2.Final
Some components require the UIContext. It would be nice if we could just
{code:java}
@Inject
private UIContextProvider contextProvider;
{code}
or use the {{AddonRegistry.getServices(UIContextProvider.class)}} to fetch the current {{UIContext}}.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)