Skip to content

Commit c9f1016

Browse files
committed
ConfigurableWebApplicationContext needed for contextClass parameter
Issue: SPR-17414 (cherry picked from commit 1c67ef4)
1 parent 1107963 commit c9f1016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ initialization parameters ( `init-param` elements) to the Servlet declaration in
457457
| Parameter| Explanation
458458

459459
| `contextClass`
460-
| Class that implements `WebApplicationContext`, which instantiates the context used by
461-
this Servlet. By default, the `XmlWebApplicationContext` is used.
460+
| Class that implements `ConfigurableWebApplicationContext`, to be instantiated and
461+
locally configured by this Servlet. By default, `XmlWebApplicationContext` is used.
462462

463463
| `contextConfigLocation`
464464
| String that is passed to the context instance (specified by `contextClass`) to

0 commit comments

Comments
 (0)