Package org.cxbox.core.controller.http
Interface AJAXRedirectStrategy
- All Superinterfaces:
org.springframework.security.web.RedirectStrategy
- All Known Implementing Classes:
AJAXRedirectStrategyImpl
public interface AJAXRedirectStrategy
extends org.springframework.security.web.RedirectStrategy
-
Method Summary
Modifier and TypeMethodDescriptioncalculateRedirectUrl(jakarta.servlet.http.HttpServletRequest request, String url) getReferrer(jakarta.servlet.http.HttpServletRequest request) getUILocation(jakarta.servlet.http.HttpServletRequest request) booleanisAjaxRequest(jakarta.servlet.http.HttpServletRequest request) voidsendRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String url)
-
Method Details
-
sendRedirect
void sendRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String url) throws IOException - Specified by:
sendRedirectin interfaceorg.springframework.security.web.RedirectStrategy- Throws:
IOException
-
isAjaxRequest
boolean isAjaxRequest(jakarta.servlet.http.HttpServletRequest request) -
getReferrer
-
getUILocation
-
getSystemUrl
String getSystemUrl() -
calculateRedirectUrl
-