パッケージの使用
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
インスタンスをさらに初期化したいアプリケーションまたはサードパーティライブラリの拡張ポイント。