Skip to content

Commit 1c67ef4

Browse files
committed
ConfigurableWebApplicationContext needed for contextClass parameter
Issue: SPR-17414
1 parent dd2ce20 commit 1c67ef4

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
@@ -456,8 +456,8 @@ initialization parameters (`init-param` elements) to the Servlet declaration in
456456
| Parameter| Explanation
457457

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

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

0 commit comments

Comments
 (0)