パッケージの使用
org.springframework.test.web.servlet.request
org.springframework.test.web.servlet.request を使用するパッケージ
- org.springframework.test.web.servlet.request で使用されている org.springframework.test.web.servlet.request のクラスクラス説明
RequestPostProcessorsで構成できるSmartRequestBuilderの拡張機能。MockHttpServletRequestのデフォルトビルダーは、MockMvcでリクエストを実行するための入力として必要です。MockMultipartHttpServletRequestのデフォルトビルダー。MockHttpServletRequestBuilderまたはそのサブクラスMockMultipartHttpServletRequestBuilderによって構築された後、MockHttpServletRequestインスタンスをさらに初期化したいアプリケーションまたはサードパーティライブラリの拡張ポイント。 - org.springframework.test.web.servlet.setup で使用されている org.springframework.test.web.servlet.request のクラスクラス説明
MockHttpServletRequestBuilderまたはそのサブクラスMockMultipartHttpServletRequestBuilderによって構築された後、MockHttpServletRequestインスタンスをさらに初期化したいアプリケーションまたはサードパーティライブラリの拡張ポイント。