Browse Source

ConfigurableWebApplicationContext needed for contextClass parameter

Issue: SPR-17414
pull/1999/head
Juergen Hoeller 6 years ago
parent
commit
1c67ef4bed
  1. 4
      src/docs/asciidoc/web/webmvc.adoc

4
src/docs/asciidoc/web/webmvc.adoc

@ -456,8 +456,8 @@ initialization parameters (`init-param` elements) to the Servlet declaration in @@ -456,8 +456,8 @@ initialization parameters (`init-param` elements) to the Servlet declaration in
| Parameter| Explanation
| `contextClass`
| Class that implements `WebApplicationContext`, which instantiates the context used by
this Servlet. By default, `XmlWebApplicationContext` is used.
| Class that implements `ConfigurableWebApplicationContext`, to be instantiated and
locally configured by this Servlet. By default, `XmlWebApplicationContext` is used.
| `contextConfigLocation`
| String that is passed to the context instance (specified by `contextClass`) to

Loading…
Cancel
Save