Class HomeHelper


  • @Component
    public class HomeHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HomeHelper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.ModelAndView proceedToHome​(TokenResponse tokenResponse, javax.servlet.http.HttpSession session)
      Go to the home page, setting the session, and creating the view.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HomeHelper

        public HomeHelper()
    • Method Detail

      • proceedToHome

        public org.springframework.web.servlet.ModelAndView proceedToHome​(TokenResponse tokenResponse,
                                                                          javax.servlet.http.HttpSession session)
        Go to the home page, setting the session, and creating the view.
        Parameters:
        tokenResponse - the token response reference
        session - the http session object
        Returns:
        the ModelAndView for the home page.