if (!((WebApplication)getApplication()).getUpdateAutoLabelsOnAjaxRequests())
{
return;
}
AutoLabelMarker marker = getMetaData(AutoLabelResolver.MARKER_KEY);
if (marker == null)
{
// this component does not have an auto label
return;
}
marker.updateFrom(this, target);
}