# View Resolver Notes
### Implementations

### 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.