We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2ce20 commit 1c67ef4Copy full SHA for 1c67ef4
src/docs/asciidoc/web/webmvc.adoc
@@ -456,8 +456,8 @@ initialization parameters (`init-param` elements) to the Servlet declaration in
456
| Parameter| Explanation
457
458
| `contextClass`
459
-| Class that implements `WebApplicationContext`, which instantiates the context used by
460
- 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.
461
462
| `contextConfigLocation`
463
| String that is passed to the context instance (specified by `contextClass`) to
0 commit comments