# TilesViewResolver Notes
### Dependencies

### Knowledge
* https://tiles.apache.org/
* A free open-sourced templating framework for modern Java applications.
* Based upon the Composite pattern it is built to simplify the development of user interfaces.
* `buildView(String viewName)` calls the parent to buildView. And then set some attributes.