I referred to a lot of posts but still I am unable to find a correct working answer. I want to get it from my Java class itself and not using EL in jsp.
How to
A solution is posted here: ServletContext and Spring MVC
@Autowired ServletContext context;