On second thought, I think it will be handier to be able to get:
- all scopes
- all active contexts
- all active contexts implementing WeldAlterableContext
Simply getting all contexts would be puzzling as there can be more than one context per scope. But only one context per scope can be active at a time. |