クラスの使用
org.springframework.test.context.web.WebMergedContextConfiguration
WebMergedContextConfiguration を使用するパッケージ
org.springframework.test.context.web 内の WebMergedContextConfiguration 使用
型 WebMergedContextConfiguration のパラメーターを持つ org.springframework.test.context.web のメソッド修飾子と型メソッド説明protected voidAbstractGenericWebContextLoader.configureWebResources(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) 提供された Web アプリケーションコンテキスト(WAC)の Web リソースを構成します。protected voidAbstractGenericWebContextLoader.customizeBeanFactory(DefaultListableBeanFactory beanFactory, WebMergedContextConfiguration webMergedConfig) このコンテキストローダーによって作成されたWebApplicationContextの内部 Bean ファクトリをカスタマイズします。protected voidAbstractGenericWebContextLoader.customizeContext(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Bean 定義がコンテキストにロードされた後でコンテキストがリフレッシュされる前に、この文脈ローダーによって作成されたGenericWebApplicationContextをカスタマイズします。protected abstract voidAbstractGenericWebContextLoader.loadBeanDefinitions(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) 提供されたWebMergedContextConfigurationの場所またはクラスから、提供されたcontextに Bean 定義をロードします。protected voidAnnotationConfigWebContextLoader.loadBeanDefinitions(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) 提供されたWebMergedContextConfiguration内のクラスから、提供されたコンテキストにクラスを登録します。protected voidGenericGroovyXmlWebContextLoader.loadBeanDefinitions(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) GroovyBeanDefinitionReaderを使用して、提供されたWebMergedContextConfigurationの場所から提供されたcontextに Bean 定義をロードします。protected voidGenericXmlWebContextLoader.loadBeanDefinitions(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) XmlBeanDefinitionReaderを使用して、提供されたWebMergedContextConfigurationの場所から提供されたcontextに Bean 定義をロードします。protected voidAbstractGenericWebContextLoader.validateMergedContextConfiguration(WebMergedContextConfiguration mergedConfig) このコンテキストローダーがサポートするものに関して、提供されたWebMergedContextConfigurationを検証します。protected voidAnnotationConfigWebContextLoader.validateMergedContextConfiguration(WebMergedContextConfiguration webMergedConfig) 提供されたWebMergedContextConfigurationにlocationsが含まれていないことを確認してください。protected voidGenericXmlWebContextLoader.validateMergedContextConfiguration(WebMergedContextConfiguration webMergedConfig) 提供されたWebMergedContextConfigurationにclassesが含まれていないことを確認してください。