# View Resolver Notes ### Implementations ![Implementations](https://i.imgur.com/5xDROu7.png) ### Knowledge `View resolveViewName(String viewName, Locale locale) throws Exception;` Find View according to the viewName. Need to implement when build a ViewResolver. import package: `java.util.Locale` ViewResolver Chaining: if the viewname is not defined, return null or build a View with the given name.