| インターフェース | 説明 |
|---|---|
| SessionAttributeStore | バックエンドセッションでモデル属性を保存するための戦略インターフェース。 |
| SessionStatus | ハンドラーメソッドに挿入できるシンプルなインターフェース。セッション処理が完了したことを通知できます。 |
| WebArgumentResolver | 特定のハンドラーメソッドパラメーターのカスタム引数を解決するための SPI。 |
| WebBindingInitializer | 特定の Web リクエストのコンテキストでデータバインディングを実行するために WebDataBinder を初期化するためのコールバックインターフェース。 |
| WebDataBinderFactory | 名前付きターゲットオブジェクトの WebDataBinder インスタンスを作成するためのファクトリ。 |
| クラス | 説明 |
|---|---|
| ConfigurableWebBindingInitializer | Spring アプリケーションコンテキストでの宣言的な構成に便利な WebBindingInitializer。 |
| DefaultDataBinderFactory | WebRequestDataBinder インスタンスを作成し、WebBindingInitializer で初期化します。 |
| DefaultSessionAttributeStore | WebRequest セッションに属性を格納する SessionAttributeStore インターフェースのデフォルトの実装(つまり |
| SimpleSessionStatus | complete フラグをインスタンス変数として保持する、SessionStatus インターフェースの単純な実装。 |
| SpringWebConstraintValidatorFactory | オートワイヤーされた ConstraintValidatorEE インスタンスを作成するために現在の Spring WebApplicationContext に委譲する JSR-303 ConstraintValidatorFactoryEE 実装。 |
| WebRequestDataBinder | マルチパートファイルのサポートを含む、Web リクエストパラメーターから JavaBeans へのデータバインディングを実行する特別な DataBinder。 |