// 验证器
  private void handleValidator() throws Exception {

    this.context.setValidation(
        ValidateExecution.checkValidate(
            context.getActionConfigBean().getValidator(),
            context.getQueryParamMap(),
            context.getRequest()));
  }