Interface AJAXRedirectStrategy

  • All Superinterfaces:
    org.springframework.security.web.RedirectStrategy
    All Known Implementing Classes:
    AJAXRedirectStrategyImpl

    public interface AJAXRedirectStrategy
    extends org.springframework.security.web.RedirectStrategy
    • Method Detail

      • sendRedirect

        void sendRedirect​(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response,
                          String url)
                   throws IOException
        Specified by:
        sendRedirect in interface org.springframework.security.web.RedirectStrategy
        Throws:
        IOException
      • isAjaxRequest

        boolean isAjaxRequest​(javax.servlet.http.HttpServletRequest request)
      • getReferrer

        String getReferrer​(javax.servlet.http.HttpServletRequest request)
      • getUILocation

        String getUILocation​(javax.servlet.http.HttpServletRequest request)
      • getSystemUrl

        String getSystemUrl()
      • calculateRedirectUrl

        String calculateRedirectUrl​(javax.servlet.http.HttpServletRequest request,
                                    String url)