1718192021222324252627
*/ protected Context initializeContext() { Context ctx = new MinimalContext(); ctx.initialize(null, null); return ctx; } /**