クラスの使用
org.springframework.validation.DataBinder
DataBinder を使用するパッケージ
パッケージ
説明
Web 固有のデータバインディング機能を提供します。
Web データバインディングのサポートクラス。
org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。MVC コントローラーのサポートパッケージ。
org.springframework.web.bind 内の DataBinder 使用
org.springframework.web.bind 内の DataBinder サブクラス修飾子と型クラス説明classマルチパートファイルのサポートを含む、サーブレットリクエストパラメーターから JavaBeans へのデータバインディングを実行する特別なDataBinder。classWeb リクエストパラメーターから JavaBean オブジェクトへのデータバインディング用の特別なDataBinder。org.springframework.web.bind.support 内の DataBinder 使用
修飾子と型クラス説明classURL クエリパラメーターまたはリクエストデータ内のフォームデータから Java オブジェクトへのデータバインディングを実行するための特殊なDataBinder。classマルチパートファイルのサポートを含む、Web リクエストパラメーターから JavaBeans へのデータバインディングを実行する特別なDataBinder。org.springframework.web.servlet.mvc.method.annotation 内の DataBinder 使用
org.springframework.web.servlet.mvc.support 内の DataBinder 使用
型 DataBinder のパラメーターを持つ org.springframework.web.servlet.mvc.support のコンストラクター