From 1c67ef4bed5e067ae1427683d917aab2750b4418 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 22 Oct 2018 15:14:08 +0200 Subject: [PATCH] ConfigurableWebApplicationContext needed for contextClass parameter Issue: SPR-17414 --- src/docs/asciidoc/web/webmvc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index 2a29629471..a10c22a6d8 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -456,8 +456,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, `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