クラス GetServletURI

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

public class GetServletURI extends AbstractHtmlGateway

HTMLGatewayのパス取得


HTMLGateway内にて使用されているServletのPathを取得します。
これは、HTMLRegisterにて使用されている#=@HTMLGATEWAY#と同等の内容を返します。


[I/O RECORD]

InputRecord OutputRecord
  1. 取得するアイテム(TEXT)

[CLIENT PARAMETER]

Parameter
バージョン:
1.0
  • フィールド詳細

    • out

      jp.ne.mki.wedge.run.interfaces.DataInterface out
  • コンストラクタの詳細

    • GetServletURI

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

    • getIOParameter

      public int getIOParameter()
      処理に必要なITEMをI/ORecordより取得。execute の前に実行される。
      入力がNullの場合はERRORを返します。
      戻り値:
      int OK=処理続行、ERROR=異常終了
    • execute

      public int execute()
      パラメータを設定する処理を実行します
      戻り値:
      int
    • exit

      public void exit()
      終了処理。保持していた変数などを開放する処理を記述します。
      execute の後に実行されます。
      正常終了・異常終了などに関わらず必ず実行されます。