150151152153154155156157158
} public ToolboxFactory createFactory() { ToolboxFactory factory = new ToolboxFactory(); factory.configure(this); return factory; }
178179180181182183184185186
return config; } public static ToolboxFactory createDefaultFactory() { ToolboxFactory factory = new ToolboxFactory(); factory.configure(getDefault()); return factory; }
290291292293294295296297298299
{ // initialize a new VelocityEngine init(config, new VelocityEngine()); // initialize a new ToolboxFactory init(config, new ToolboxFactory()); // set encoding & content-type setEncoding(config); }
177178179180181182183184185
279280281282283284285286287288
243244245246247248249250251
if (sys != null) { auto.addConfiguration(sys); } ToolboxFactory factory = new ToolboxFactory(); factory.configure(auto); return factory; }
310311312313314315316317318319
// initialize a new VelocityEngine init(config, new VelocityEngine()); // initialize a new ToolboxFactory init(config, new ToolboxFactory()); // set encoding & content-type setEncoding(config); }
247248249250251252253254255
300301302303304305306307308
317318319320321322323324325