クラス GenericSubflowAttributeMapper

java.lang.ObjectSE
org.springframework.webflow.engine.support.GenericSubflowAttributeMapper
実装されたすべてのインターフェース:
SerializableSESubflowAttributeMapper

public final class GenericSubflowAttributeMapper extends ObjectSE implements SubflowAttributeMapper, SerializableSE
入力および出力マッパー戦略を保持するシンプルなフロー属性マッパー。
作成者:
Keith Donald
関連事項:
  • コンストラクターの詳細

    • GenericSubflowAttributeMapper

      public GenericSubflowAttributeMapper(Mapper inputMapper, Mapper outputMapper)
      指定されたマッピング戦略を使用して、新しいフロー属性マッパーを作成します。
      パラメーター:
      inputMapper - 入力マッピング戦略
      outputMapper - 出力マッピング戦略
  • メソッドの詳細

    • createSubflowInput

      public MutableAttributeMap<ObjectSE> createSubflowInput(RequestContext context)
      インターフェースからコピーされた説明: SubflowAttributeMapper
      サブフローに入力として渡す属性のマップを作成します。
      次で指定:
      インターフェース SubflowAttributeMappercreateSubflowInput 
      パラメーター:
      context - 現在のリクエスト実行コンテキスト
      戻り値:
      入力として渡す属性のマップ
    • mapSubflowOutput

      public void mapSubflowOutput(AttributeMap<?> output, RequestContext context)
      インターフェースからコピーされた説明: SubflowAttributeMapper
      終了したサブフローの出力属性を再開する親フローにマップします。
      次で指定:
      インターフェース SubflowAttributeMappermapSubflowOutput 
      パラメーター:
      output - 終了したサブフローによって返される出力属性
      context - 現在のリクエスト実行コンテキスト。親フロースコープへのアクセスを提供します
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString