Can set bundle context in a RAP E4 app.
[lgpl/argeo-commons.git] / 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;
        }