I need a way to access the flowScope from Spring MVC controller. Tried below code but getting null in controller class.
RequestContext requestContext = RequestContextHolder.getRequestContext();
Thinking of implementing using HttpSession but want to check there is a easiest way to access flowScope in controller class.
Aucun commentaire:
Enregistrer un commentaire