MethodExpression m = this.afterPhase
.getMethodExpression(ctx, null, LISTENER_SIG);
root.setAfterPhaseListener(m);
}
if (Boolean.TRUE.equals(ctx.getFacesContext().getAttributes().get("partialStateSaving"))) {
root.markInitialState();
}
}
this.nextHandler.apply(ctx, parent);
}