クラス ViewActionStateHolder

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

public class ViewActionStateHolder extends ObjectSE implements SerializableSE
リダイレクトを介して Spring MVC ビューアークション状態を渡すためのホルダークラス。
作成者:
Scott Andrews
関連事項:
  • フィールドの詳細

  • コンストラクターの詳細

    • ViewActionStateHolder

      public ViewActionStateHolder(StringSE eventId, boolean userEventProcessed, MappingResults mappingResults)
  • メソッドの詳細

    • getEventId

      public StringSE getEventId()
    • getUserEventProcessed

      public boolean getUserEventProcessed()
    • getMappingResults

      public MappingResults getMappingResults()
    • toString

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