224225226227228229230231232233234
setTemplate(null); } else { BrixNode node = (BrixNode) SitePlugin.get().nodeForPath(this, path); if (node == null) { throw new NodeNotFoundException("No node found on path '" + path + "'."); } setTemplate((BrixNode) node); } }