I've found some minor errors in the MVC chapter of reference docs:
jsut
focussing
webapplication
webapplicationcontext
oject
Rseolver
that is knows to which servlet
Section 2:
"The WebApplicationContext is bound in the ServletContext, and using
RequestContextUtils you can always lookup the WebApplicationContext in case you
need it."
WebApplicationContextUtils would be a more natural choice.
|