Archive | February 15th, 2011

Extending ViewResolver and Chaining ViewResolvers in Spring MVC

February 15, 2011

0 Comments

Introduction In Spring MVC view resolvers help the Dispatcher Servlet in identifying the views which has to be rendered in response for a request. There are lot view resolvers available in Spring framework. For example: InternalResourceViewResolver, ResourceBundleViewResolver, XmlViewResolver etc. If needed, the programmers can have custom view resolvers by extending existing view resolver implementation or [...]

email