Skip to content

Commit 448182f

Browse files
committed
ConfigurableWebApplicationContext needed for contextClass parameter
Issue: SPR-17414
1 parent 46bc145 commit 448182f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/asciidoc/web-mvc.adoc

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

454454
| `contextClass`
455-
| Class that implements `WebApplicationContext`, which instantiates the context used by
456-
this Servlet. By default, the `XmlWebApplicationContext` is used.
455+
| Class that implements `ConfigurableWebApplicationContext`, to be instantiated and
456+
locally configured by this Servlet. By default, `XmlWebApplicationContext` is used.
457457

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

0 commit comments

Comments
 (0)