Package org.silverpeas.core.web.http
Class ServletSafeContentRedirect
- java.lang.Object
-
- org.silverpeas.core.web.http.SafeContentRedirect
-
- org.silverpeas.core.web.http.ServletSafeContentRedirect
-
public class ServletSafeContentRedirect extends SafeContentRedirect
Centralizing the code which permits to redirect safely to any content URL from a Servlet.- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
redirectTo(String url)
Redirects to the specified URL.-
Methods inherited from class org.silverpeas.core.web.http.SafeContentRedirect
fromServlet, getDestination
-
-
-
-
Method Detail
-
redirectTo
public void redirectTo(String url)
Redirects to the specified URL.- Parameters:
url
- the URL to redirect to.
-
-