// Next, add a context change so that the flags are reset during an
// invokeOnComponent(context, clientId, callback), or a visitTree call
// (Note that a separate one is needed for the children due to the fact that currently
// the encoding context / visiting context is not set up during normal tree traversal,
// but the children encoding context is setup by the renderers):
ComponentContextManager componentContextManager =
RequestContext.getCurrentInstance().getComponentContextManager();
componentContextManager.pushChange(new VisitChildrenDebugContextChange(this));
_inChildrenVisitingContext = true;
_setupChildrenVisitingCaller = _getStackTraceElementForCaller();
}
}