From 448182fa5c60be70e1a7a096758a431b2bf1cc37 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 24 Oct 2018 22:06:48 +0200 Subject: [PATCH] ConfigurableWebApplicationContext needed for contextClass parameter Issue: SPR-17414 --- src/asciidoc/web-mvc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/web-mvc.adoc b/src/asciidoc/web-mvc.adoc index 96327923cf..52dac141a4 100644 --- a/src/asciidoc/web-mvc.adoc +++ b/src/asciidoc/web-mvc.adoc @@ -452,8 +452,8 @@ initialization parameters ( `init-param` elements) to the Servlet declaration in | Parameter| Explanation | `contextClass` -| Class that implements `WebApplicationContext`, which instantiates the context used by - this Servlet. By default, the `XmlWebApplicationContext` is used. +| Class that implements `ConfigurableWebApplicationContext`, to be instantiated and + locally configured by this Servlet. By default, `XmlWebApplicationContext` is used. | `contextConfigLocation` | String that is passed to the context instance (specified by `contextClass`) to