I\'m writing an application using Spring MVC. I have a method that returns values from a database. And I want to display these values in the site\'s header (which is shown o
You could write your own interceptor.