Can set bundle context in a RAP E4 app.
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 22 Sep 2020 07:54:53 +0000 (09:54 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 22 Sep 2020 07:54:53 +0000 (09:54 +0200)
org.argeo.cms.e4.rap/src/org/argeo/cms/e4/rap/AbstractRapE4App.java

index 17c85ffb46630ec79d0073938446e06045af6250..8c43a8089fcbabcb7a136ddab53e68ee3ff32742 100644 (file)
@@ -105,6 +105,10 @@ public abstract class AbstractRapE4App implements ApplicationConfiguration {
                return bundleContext;
        }
 
+       protected void setBundleContext(BundleContext bundleContext) {
+               this.bundleContext = bundleContext;
+       }
+
        public String getContextName() {
                return contextName;
        }