X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms.e4.rap%2Fsrc%2Forg%2Fargeo%2Fcms%2Fe4%2Frap%2FAbstractRapE4App.java;h=8c43a8089fcbabcb7a136ddab53e68ee3ff32742;hb=03f646fd0d7e7ce393694c836c779bc67a4eef55;hp=17c85ffb46630ec79d0073938446e06045af6250;hpb=bd5f25758f7030a3bc0998bb5f5fd41bbc457268;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms.e4.rap/src/org/argeo/cms/e4/rap/AbstractRapE4App.java b/org.argeo.cms.e4.rap/src/org/argeo/cms/e4/rap/AbstractRapE4App.java index 17c85ffb4..8c43a8089 100644 --- a/org.argeo.cms.e4.rap/src/org/argeo/cms/e4/rap/AbstractRapE4App.java +++ b/org.argeo.cms.e4.rap/src/org/argeo/cms/e4/rap/AbstractRapE4App.java @@ -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; }