617618619620621622623624
* @author Andreas Br�ker * @date 13.06.2006 */ public IScriptingService getScriptingService() { if (scriptingService == null) scriptingService = new ScriptingService(this); return scriptingService; }
645646647648649650651652