纯粹是为了补我 博客的那 负的200积分才发 博文的
Object actionRestult=new ActionInvocation(action, controller,request,response).invoke();
      /**很重要,把session View中的数据 放到action对象中去**/
      action.afterControlUsedAttrs=controller.clczAttrs();
      if(!StringUtils.isBlank(actionRestult)){
        JFrameLogger.logger.debug(String.format("Action result '%s'",actionRestult));
        Render.renderFilter(action,actionRestult).handlerAfterAction().render();
      }