パッケージ | 説明 |
---|---|
org.springframework.test.web.servlet.client | |
org.springframework.test.web.servlet.setup | ビルトイン MockMvcBuilder 実装が含まれています。 |
org.springframework.web.accept | このパッケージには、リクエストでリクエストされたメディア型を判別するために使用されるクラスが含まれています。 |
org.springframework.web.servlet.config.annotation | Spring MVC のアノテーションベースのセットアップ。 |
org.springframework.web.servlet.mvc.condition | 条件に基づいて受信リクエストを照合するための一般的な MVC ロジック。 |
org.springframework.web.servlet.mvc.method | org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。 |
org.springframework.web.servlet.mvc.method.annotation | org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。 |
org.springframework.web.servlet.resource | 静的リソースを提供するためのサポートクラス。 |
org.springframework.web.servlet.view | カスタム実装の抽象基本クラスを含む、標準の View および ViewResolver 実装を提供します。 |
修飾子と型 | メソッドと説明 |
---|---|
MockMvcWebTestClient.ControllerSpec | MockMvcWebTestClient.ControllerSpec.contentNegotiationManager(ContentNegotiationManager manager) ContentNegotiationManager を設定します。 |
修飾子と型 | メソッドと説明 |
---|---|
StandaloneMockMvcBuilder | StandaloneMockMvcBuilder.setContentNegotiationManager(ContentNegotiationManager manager) ContentNegotiationManager を設定します。 |
修飾子と型 | メソッドと説明 |
---|---|
ContentNegotiationManager | ContentNegotiationManagerFactoryBean.build() ContentNegotiationManager インスタンスを作成して初期化します。 |
ContentNegotiationManager | ContentNegotiationManagerFactoryBean.getObject() |
修飾子と型 | メソッドと説明 |
---|---|
protected ContentNegotiationManager | ContentNegotiationConfigurer.buildContentNegotiationManager() この設定の設定に基づいて ContentNegotiationManager を構築します。 |
ContentNegotiationManager | WebMvcConfigurationSupport.mvcContentNegotiationManager() 指定されたリクエストでリクエストされたメディア型を判別するために使用する ContentNegotiationManager インスタンスを返します。 |
コンストラクターと説明 |
---|
ResourceHandlerRegistry(ApplicationContext applicationContext, ServletContextEE servletContext, ContentNegotiationManager contentNegotiationManager) 指定されたアプリケーションコンテキストの新しいリソースハンドラーレジストリを作成します。 |
ResourceHandlerRegistry(ApplicationContext applicationContext, ServletContextEE servletContext, ContentNegotiationManager contentNegotiationManager, UrlPathHelper pathHelper) 静的リソースへのリクエストのマッピングに使用される UrlPathHelper も受け入れる ResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager) のバリアント。 |
ViewResolverRegistry(ContentNegotiationManager contentNegotiationManager, ApplicationContext context) ContentNegotiationManager および ApplicationContext のクラスコンストラクター。 |
コンストラクターと説明 |
---|
ProducesRequestCondition(StringSE[] produces, StringSE[] headers, ContentNegotiationManager manager) |
修飾子と型 | メソッドと説明 |
---|---|
ContentNegotiationManager | RequestMappingInfo.BuilderConfiguration.getContentNegotiationManager() ProducesRequestCondition に使用する ContentNegotiationManager を返します(ある場合)。 |
修飾子と型 | メソッドと説明 |
---|---|
void | RequestMappingInfo.BuilderConfiguration.setContentNegotiationManager(ContentNegotiationManager contentNegotiationManager) ProducesRequestCondition に使用する ContentNegotiationManager を設定します。 |
修飾子と型 | メソッドと説明 |
---|---|
ContentNegotiationManager | RequestMappingHandlerMapping.getContentNegotiationManager() 設定された ContentNegotiationManager を返します。 |
ContentNegotiationManager | ExceptionHandlerExceptionResolver.getContentNegotiationManager() 設定された ContentNegotiationManager を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | RequestMappingHandlerAdapter.setContentNegotiationManager(ContentNegotiationManager contentNegotiationManager) リクエストされたメディア型を判別するために使用する ContentNegotiationManager を設定します。 |
void | RequestMappingHandlerMapping.setContentNegotiationManager(ContentNegotiationManager contentNegotiationManager) リクエストされたメディア型を判別するために使用する ContentNegotiationManager を設定します。 |
void | ExceptionHandlerExceptionResolver.setContentNegotiationManager(ContentNegotiationManager contentNegotiationManager) リクエストされたメディア型を判別するために使用する ContentNegotiationManager を設定します。 |
修飾子と型 | メソッドと説明 |
---|---|
ContentNegotiationManager | ResourceHttpRequestHandler.getContentNegotiationManager() 使用すべきではありません。 5.2.4 現在。 |
修飾子と型 | メソッドと説明 |
---|---|
void | ResourceHttpRequestHandler.setContentNegotiationManager(ContentNegotiationManager contentNegotiationManager) 使用すべきではありません。 5.2.4 以降、 getMediaTypeMappings() から取得したマッピングで ResourceHttpRequestHandler.setMediaTypes(Map) を使用することを推奨します。 |
修飾子と型 | メソッドと説明 |
---|---|
ContentNegotiationManager | ContentNegotiatingViewResolver.getContentNegotiationManager() リクエストされたメディア型を判別するために使用する ContentNegotiationManager を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | ContentNegotiatingViewResolver.setContentNegotiationManager(ContentNegotiationManager contentNegotiationManager) リクエストされたメディア型を判別するために使用する ContentNegotiationManager を設定します。 |