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 1107963 commit c9f1016Copy full SHA for c9f1016
src/docs/asciidoc/web/webmvc.adoc
@@ -457,8 +457,8 @@ initialization parameters ( `init-param` elements) to the Servlet declaration in
457
| Parameter| Explanation
458
459
| `contextClass`
460
-| Class that implements `WebApplicationContext`, which instantiates the context used by
461
- 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.
462
463
| `contextConfigLocation`
464
| String that is passed to the context instance (specified by `contextClass`) to
0 commit comments