FaceletContextImplBase ctx = (FaceletContextImplBase) ctxObj;
ctx.extendClient(this);
boolean found = false;
try {
found = ctx.includeDefinition(parent, this.name);
} finally {
ctx.popClient(this);
}
if (!found) {
this.nextHandler.apply(ctx, parent);