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