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