samedi 21 février 2015

What best way to pass @PathVariable to my all JSP pages without add it to ModelAndView?

I change my path from:


/user/home /user/history ...


to


/{orgId}/home /{orgId}/history ...


So for all /{orgId}/* pages I need orgId on my JSP page to construct right links. How to do it without to get @PathVariable in each method and pass it to ModelAndView.


Thanks!


Aucun commentaire:

Enregistrer un commentaire