Monday, August 20, 2012

what is the default contextclass for dispatcher servlet?

 
The DispatcherServlet uses XmlWebApplicationContext,  by default to load Application context bean definitions.

If you want to use another Context class, we can use "contextClass" servlet initialization parameter of DispatcherServlet.


No comments:

Post a Comment