Spring MVC calls the pieces of data that can be accessed during the execution of views model attributes.The equivalent term in Thymeleaf language is context variables.
Add model attribute to Spring MVC:
model.addAttribute
Return ModelAndView with model attributes included:
ModelAndView mav = new ModelAndView(“message/list”);