/** Called after sending a successful update response. */
  public void afterUpdateResponse() {

    getRequestStats().afterUpdateResponse();

    clearClientState();
    xformsControls.afterUpdateResponse();
    // Tell dependencies
    xpathDependencies.afterUpdateResponse();
  }