136137138139140141142143144145146
for (int i = 0; i < this.params.length; i++) { this.params[i].apply(ctx, parent); } } ctx.pushClient(this); String path = null; try { path = this.template.getValue(ctx); ctx.includeFacelet(parent, path); } catch (IOException e) {