181182183184185186187188189190191
if (useCache) templatesCache.put(path, template); return template.newTransformer(); } else { if (logger.isEnabledFor(Logger.INFO)) logger.info("XSL template for path '" + path + "' not found"); } } } } catch (TransformerConfigurationException e)
3839404142434445464748
list.add(notification); } else { if (logger == null) logger = getLogger(); if (logger.isEnabledFor(Logger.INFO)) logger.info("Cannot send notification " + notification + " to the client: it is not serializable"); } } return (TargetedNotification[])list.toArray(new TargetedNotification[list.size()]); } }