「Struts」reset()でHTTPリクエストからの内容を初期化するサンプル

サンプルコード

  public void reset(ActionMapping mapping,
                    HttpServletRequest requset) {
    super.reset(mapping, requset);
    // このクラスでは処理なし
    if(条件) {
      //some code
    }
  }

 

Software

Posted by arkgame