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 46bc145 commit 448182fCopy full SHA for 448182f
src/asciidoc/web-mvc.adoc
@@ -452,8 +452,8 @@ initialization parameters ( `init-param` elements) to the Servlet declaration in
452
| Parameter| Explanation
453
454
| `contextClass`
455
-| Class that implements `WebApplicationContext`, which instantiates the context used by
456
- 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.
457
458
| `contextConfigLocation`
459
| String that is passed to the context instance (specified by `contextClass`) to
0 commit comments