クラス IncludeOtherHamc

すべての実装されたインタフェース:
CommonInterface, HtmlGatewayInterface, jp.ne.mki.wedge.run.interfaces.RuleEngineInterface

public class IncludeOtherHamc extends RequestForwardOtherHamc

他のHAMC呼び出し(Include)


パラメータにカンマ区切りでフレームとExceptionの物理名を指定する。
入力アイテムセットには、送信先の画面に送付するデータを指定する。
出力アイテムセットには、結果を格納するデータを指定する。

このロジッククラス以降の処理は継続される。
呼び出し先のHAMCでは、HTMLを出力できません。


[I/O RECORD]

InputRecord OutputRecord
  1. 呼び出し先の画面に送信するデータ。
  1. 呼び出し後の結果を受信するデータ。

[RULE PARAMETER]

Parameter [呼び出し先のフレーム物理名],[呼び出し先Execution物理名]
導入されたバージョン:
1.3.0
バージョン:
1.0
  • コンストラクタの詳細

    • IncludeOtherHamc

      public IncludeOtherHamc()
  • メソッドの詳細

    • callOtherHamc

      protected int callOtherHamc(jakarta.servlet.RequestDispatcher dispacher, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException
      オーバーライド:
      callOtherHamc クラス内 RequestForwardOtherHamc
      例外:
      jakarta.servlet.ServletException
      IOException
    • setAttributes

      protected void setAttributes(jakarta.servlet.http.HttpServletRequest request)
      オーバーライド:
      setAttributes クラス内 RequestForwardOtherHamc