163164165166167168169170171172173
? (ITemplate)loaded[0] : null; if (t == null) { return ""; } try { return t.apply(context, this, null); } catch (EvaluationException ex) { fireError(t, ex.getMessage()); return ""; } }