Class ViewResolverComposite

java.lang.Object
org.springframework.web.servlet.view.ViewResolverComposite
All Implemented Interfaces:
Aware, InitializingBean, ApplicationContextAware, Ordered, ServletContextAware, ViewResolver

public class ViewResolverComposite extends Object implements ViewResolver, Ordered, InitializingBean, ApplicationContextAware, ServletContextAware
A ViewResolver that delegates to others.
Since:
4.1
Author:
Sebastien Deleuze, Rossen Stoyanchev