Class OAuthPopupControllerBase.HandlerContext

    • Method Detail

      • getRequestParameter

        @Nullable
        public String getRequestParameter​(@NotNull
                                          String parameterName)
      • putModelAttribute

        public void putModelAttribute​(@NotNull
                                      String key,
                                      @NotNull
                                      Object value)
      • putError

        public void putError​(@NotNull
                             String errorMessage)
      • stopHandling

        public void stopHandling()
      • shouldContinue

        public boolean shouldContinue()
      • getRequest

        @NotNull
        public javax.servlet.http.HttpServletRequest getRequest()
      • getProject

        @NotNull
        public SProject getProject()
      • getShowMode

        @NotNull
        public String getShowMode()
      • getErrorCodeAttribute

        @Nullable
        public Object getErrorCodeAttribute()
      • getModelAndView

        @NotNull
        public org.springframework.web.servlet.ModelAndView getModelAndView()
      • setModelAndView

        public void setModelAndView​(@NotNull
                                    org.springframework.web.servlet.ModelAndView modelAndView)
      • getVcsType

        @Nullable
        public String getVcsType()
      • setVcsType

        public void setVcsType​(@Nullable
                               String vcsType)