Interface BeforeViewHandlerAdaptee

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String beforeView​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model, java.lang.String viewName)  
    • Method Detail

      • beforeView

        java.lang.String beforeView​(javax.servlet.http.HttpServletRequest request,
                                    javax.servlet.http.HttpServletResponse response,
                                    org.springframework.ui.ModelMap model,
                                    java.lang.String viewName)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception