クラス ConversationParameters

java.lang.ObjectSE
org.springframework.webflow.conversation.ConversationParameters
実装済みのインターフェース一覧:
SerializableSE

public class ConversationParameters extends ObjectSE implements SerializableSE
新しい会話を開始するために必要な入力をまとめるためのシンプルなパラメーターオブジェクト。
作成者:
Keith Donald
関連事項:
  • コンストラクターの詳細

    • ConversationParameters

      public ConversationParameters(StringSE name, StringSE caption, StringSE description)
      新しい会話入力パラメーターを作成します。
      パラメーター:
      name - 会話の名前
      caption - 簡単な説明
      description - 長い説明
  • メソッドの詳細

    • getName

      public StringSE getName()
      会話の名前を返します。
      戻り値:
      会話名
    • getCaption

      public StringSE getCaption()
      短い説明を返します。
      戻り値:
      会話のキャプション
    • getDescription

      public StringSE getDescription()
      長い説明を返します。
      戻り値:
      説明。
    • toString

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