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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcalculateRedirectUrl(javax.servlet.http.HttpServletRequest request, String url)StringgetReferrer(javax.servlet.http.HttpServletRequest request)StringgetSystemUrl()StringgetUILocation(javax.servlet.http.HttpServletRequest request)booleanisAjaxRequest(javax.servlet.http.HttpServletRequest request)voidsendRedirect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String url)
-
-
-
Method Detail
-
sendRedirect
void sendRedirect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String url) throws IOException- Specified by:
sendRedirectin interfaceorg.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()
-
-